theexidge / routinger

Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
GNU Affero General Public License v3.0
27 stars 22 forks source link

Weekly Chart Showing Number Of Tasks Completed #7

Closed Kushalrock closed 3 years ago

Kushalrock commented 3 years ago

Is your feature request related to a problem? Please describe. A chart where I can see my weekly stats below the experience points card. Such as how many tasks have I completed and so on.

Describe the solution you'd like A line chart starting at Monday ending with Sunday showing how many tasks (Scheduled+Recurring) completed on a given day of the week.

Describe alternatives you've considered Instead of merging both the scheduled and recurring there can be separate line charts for both of them.

Additional context --None--

bayush-9 commented 3 years ago

Hi @Kushalrock , I would like to work on it!

Kushalrock commented 3 years ago

I am currently working on it. However, I can need help to debug later. I will create an issue and assign it to you. Sorry for the confusion.

bayush-9 commented 3 years ago

Okay! No worries.

Kushalrock commented 3 years ago

With the merging of chartStats branch this functionality bare bones' have been completed. Any feedback on how to improve it is greatly appreciated.