It would be nice to show a heatmap of my reading habits like how GitHub shows a user's activity on a yearly board with heatmap for each day.
For this, Jelu needs to store each reading session separately instead of a single progress per book (in terms of SQL I imagine it to be a table with book_id, page_from, page_to, created_at, note for flexibility).
The note column allows the user to write a specific note about this session, maybe a highlight or note-to-self something to remember, not about the book in general.
This will be a nice reading-diary feature.
It would be nice to show a heatmap of my reading habits like how GitHub shows a user's activity on a yearly board with heatmap for each day.
For this, Jelu needs to store each reading session separately instead of a single progress per book (in terms of SQL I imagine it to be a table with
book_id,page_from,page_to,created_at,notefor flexibility).The
notecolumn allows the user to write a specific note about this session, maybe a highlight or note-to-self something to remember, not about the book in general.This will be a nice reading-diary feature.