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

Adjust frontend to Email Service and new BackendURL #83

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

Adjust frontend to Email Service and new BackendURL #83

Darjusch opened this issue May 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working frontend

Comments

@Darjusch
Copy link
Contributor

Screenshot 2023-05-28 at 12 33 10

We should not hardcode the URL but instead get it from the Github secrets. - Its also the wrong URL right now.
New URL - https://api.kitaplatz-zentrale.de/
( Might also want to change to node 18 )

change /anmeldung to /signup

adjust the body according to the agreed interface:

Screenshot 2023-05-28 at 12 33 54

Example:

{
  "email": "darjusch.schrand@code.berlin",
  "kitaId": "kitaid",
  "kitaName": "Kita A",
  "kitaDesiredAvailability": "May",
}

Screenshot 2023-05-28 at 12 34 13

Example:

{
      "email": "darjusch.schrand@code.berlin",
      "fullAddress": "123 Main St, City",
      "desiredStartingMonth": "September",
      "actualOrExpectedBirthMonth": "June",
    }
@Darjusch Darjusch self-assigned this Jun 3, 2023
@Darjusch Darjusch added bug Something isn't working frontend labels Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant