New WaitingListEntry
Seems ready now... there's some datefields as in all other models, so we can GDPR-clean our waiting list later, for instance to avoid storing emails indefinitely. I guess we'll invite people and…
36d71f180a
Merge branch 'main' of git.data.coop:data.coop/membersystem into waiting-list
5d516b7851
Update packages.
f18469833a
The ruffening.
480eecca12
Cleanup.
b366bc2499
WIP: cleanup setup
Undocumented devenv/NixOS and Poetry stuff
Please, for future reference, don't change all the entrypoints in a project without some kind of note in the README... even knowing that the README isn't updated is helpful :)
Undocumented devenv/NixOS and Poetry stuff
I'm gonna try to clean up the Dockerfile and the README to align with the Hatch commands...
Undocumented devenv/NixOS and Poetry stuff
Hmm, not easy from a train... the COPY --chown=www:www . .
line in Dockerfile is invalidating the Docker cache all the time... moving it so we can cache more build stages....
Undocumented devenv/NixOS and Poetry stuff
1405a95094
Waiting list function: WaitingListEntry model for people that can be invited in the future
WIP: New WaitingListEntry + bunch of pre-commit stuff