Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Implement the whole registration logic:
Make Routes so all the pages can be called via the buttons
Page 1:
make Sure Registration code is valid and all fields are filled out
Page 2:
make Sure all mandatory Fields are filled out
The profile pic should be displayed if the user pics one
Insert the user to the database correctly
Display correct error messages on the page (like on login page)
Registration code requirements:
-- Only 1 Account can be created by 1 Code
-- Invalidate the code after a user has been registered
-- The user gets put into the team which is stored in the register code
Session requirements:
-- You need to implement a registration session so no routes can be called if you didnt enter a valid registration code on the first page
-- While one user is registering the code should not be used to create another sesssion
-- If the session expires and the user didnt fully register the code should still work
Is your feature request related to a problem? Please describe.
Describe the solution you'd like Implement the whole registration logic:
Page 1:
Page 2:
make Sure all mandatory Fields are filled out
The profile pic should be displayed if the user pics one
Insert the user to the database correctly
Display correct error messages on the page (like on login page)
Registration code requirements: -- Only 1 Account can be created by 1 Code -- Invalidate the code after a user has been registered -- The user gets put into the team which is stored in the register code
Session requirements: -- You need to implement a registration session so no routes can be called if you didnt enter a valid registration code on the first page -- While one user is registering the code should not be used to create another sesssion -- If the session expires and the user didnt fully register the code should still work
Describe alternatives you've considered
Additional context