I need to give every new user a page with 46 stickers of empty tasks. Later the user can modify the task.
The flow I created looks next: when a new user sign up, it creates 46 new Buttons/Tasks in database (every task has a Name, Description, Unique ID, User as creator). Then user can assign/change the Name and Description of every task separately by clicking on it.