Hello, I want to create an application that will ask the user everyday how is he/she feeling, then whatever button he/she presses will be recorded in the mood logbook. It's a bar graph that will display the user's mood for that week. My problems are, how will I make a feature that will reset the data from the bar graph once a week has passed, and how will I make the mood selection available only once per day to the user.
Study the clock component and its date format options in detail.
Use TinyDB for mood storage, with formatted date as a tag
The AI2 charts component can make bar charts.
Use day number for x, and build your own Labels list.
Sorry, but I don't really understand the clock too much, do you mind creating a visual sample code?
Taifun