sampie777 / hymnbook2

Mobile hymn book app.
https://hymnbook.sajansen.nl/
Other
2 stars 0 forks source link

[feature] History function #108

Open sync-by-unito[bot] opened 1 year ago

sync-by-unito[bot] commented 1 year ago

By Google Forms.

┆Issue is synchronized with this Trello card by Unito

sampie777 commented 6 months ago

Idea is to check which verse the user is currently looking at for a minimum time, and add that as an entry to a database table.

For checking which verse the user is currently looking at, we can check out viewabilityConfig of the FlatList.

The database table should at least include these fields:

Thus, each verse gets logged separately. One can always combine multiple verses for one song view later.