guyluz11 / infinite_horizons

Using this app your study and work session efficiency can increase dramatically by following methods that got approved by science
GNU Affero General Public License v3.0
15 stars 11 forks source link

Adding statistics #7

Open guyluz11 opened 3 months ago

guyluz11 commented 3 months ago

We can add a statistic page to show how long the user studied, the type, and the tips he checked at that time.

M4dhav commented 2 months ago

Where do you want to store the data? I usually use Firebase to store data for my applications but maybe you want to use Cache Memory?

guyluz11 commented 2 months ago

Local storage, I am thinking of shared_preferences.

M4dhav commented 2 months ago

This was my first thought as well, I'll try and store the details in a json object with Datetime objects so we can later plot this data using fl_chart

guyluz11 commented 2 months ago

Wonderful, fl_chart look is very elegant.

M4dhav commented 2 months ago

Assign this to me please

guyluz11 commented 2 months ago

I have implemented shared preferences.

M4dhav commented 2 months ago

I wasn't able to find the time to get started on this, but I can take on adding FL Chart

guyluz11 commented 2 months ago

Currently non of the data is being saved, so saving data + charts is needed.

guyluz11 commented 1 month ago

@M4dhav I am currently unassigning you because there are other issues with higher priority. This issue priority is P3 as you can see by the label (less important issue). If that's ok I prefer if you will work on issues with more importance.