Open violaberg opened 2 months ago
As a new user I can register on site so that I can save my personal information and track progress
User friendly sign up form
User receives a confirmation message upon successful registration
User data stored and processed securely
Validation for user input
Progress tracker in profile
[ ] install Django allauth
[ ] Create the registration API endpoint in the backend
[x] Implement the registration form on the frontend
[ ] Validate user input (username, email, password)
[ ] Handle form submission and save user data to the backend
[ ] Display success or error messages based on the registration outcome
[ ] Redirect to email sent page
As a new user I can register on site so that I can save my personal information and track progress
Acceptance criteria:
User friendly sign up form
User receives a confirmation message upon successful registration
User data stored and processed securely
Validation for user input
Progress tracker in profile
Tasks:
[ ] install Django allauth
[ ] Create the registration API endpoint in the backend
[x] Implement the registration form on the frontend
[ ] Validate user input (username, email, password)
[ ] Handle form submission and save user data to the backend
[ ] Display success or error messages based on the registration outcome
[ ] Redirect to email sent page