You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to create and customize makeup routine templates according to their preferences. When a user wants to create a new routine, they should be provided with two options: Create from Template, or Create from Scratch.
Tasks:
Add "Create from Template" and "Create from Scratch" as options to the "Add routine" button.
Develop a list of preset routine templates.
Create a UI for users to choose a template and customize the included categories.
Allow users to reorder, add, and remove categories within the template.
Implement the saving and loading of customized templates.
If a user creates a routine from scratch, allow the user to save the structure of the routine as a template.
Develop a template management section where users can view and edit their saved templates.
Allow users to create and customize makeup routine templates according to their preferences. When a user wants to create a new routine, they should be provided with two options: Create from Template, or Create from Scratch.
Tasks: