Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend logic for SignleKitaSignup and ServiceSignup #76

Open
Darjusch opened this issue May 20, 2023 · 0 comments
Open

Backend logic for SignleKitaSignup and ServiceSignup #76

Darjusch opened this issue May 20, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@Darjusch
Copy link
Contributor

Darjusch commented May 20, 2023

SingleKitaSignup writes user with Kita into Database and triggers Email. ( Collection name right now "user" )

Interface

email: string;
consentId: string;
id:  string;
kitaName: string;
kitaDesiredAvailability: string;
createdAt: string (ISO Date);
consentedAt: string (ISO Date) 

ServiceSignup writes user into Database and triggers Email. ( Collection name right now "emailService")

Interface

email: string;
consentId: string;
fullAddress: string;
desiredStartingMonth: string;
actualOrExpectedBirthMonth: string;
createdAt: string (ISO Date);
consentedAt: string (ISO Date)
@Darjusch Darjusch self-assigned this May 20, 2023
@Darjusch Darjusch added this to the MVP milestone May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant