Story Name
Create-Edit-Profile Page
Value Statement
As a user, I want to be able to create a profile, so that I can share my details (e.g. name and tags) with my friends and to link it with my favorites/watchlist.
Description

Acceptance Criteria
-
The user is able create a profile using a form (name, age, email, user tags).
-
After initialization of the profile, the form should turn into an "edit profile form", which is also displayed in the navigation.
-
The user will be able to view its account details on the "profile" page
Complexity
-L
Tasks
- Create "Create Profile" Page
- Create Tag Component
- Link the above and add styling
- Add post and put functionalities for server use
- Add conditional rendering to functionalities ( Switch between Edit & Submit)
- Write Tests
- Render submitted user details in "Profile" page
Story Name
Create-Edit-Profile Page
Value Statement
As a user, I want to be able to create a profile, so that I can share my details (e.g. name and tags) with my friends and to link it with my favorites/watchlist.
Description
Acceptance Criteria
The user is able create a profile using a form (name, age, email, user tags).
After initialization of the profile, the form should turn into an "edit profile form", which is also displayed in the navigation.
The user will be able to view its account details on the "profile" page
Complexity
-L
Tasks