How do I give the user daily charts

Hi all,

How do I let the user make a new page for each day. For example; I am making an app where the user makes a list of tasks to do and puts notes next to each ‘task’. How do let the user see ‘Today’ but also make thier list for each day for the next 2 weeks with their own templetes consisting of ‘data charts’ they make.

Thanks to anyone if someone is able to help.

You should be able to add a “date” for the user to input their task’s date, assuming you’re doing this with a form.

Then display them with a calendar component, or a collection, grouped by the date.

With a calendar component, you can also allow users to add tasks by clicking on the date itself.

I have no idea about this part though, can you explain more about how templates and data charts are used in your context?