-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Describe the solution you'd like
Currently as discussed in the re-reading discussions #479 the workflow was showed where rereads was increased and the last seen date was set to current. To see a full history of all changed the history section shows all the changes. But you do lose start/end times.
I'd like the data structure to support start, end, notes for each instance where the media is read.
Describe alternatives you've considered
Added each consume instance in notes, the trouble with this is its' hard to remember to use it, and without an import api where I could set this programmatically, it's a little clunky.
Additional context
I realise this is a fairly big structure change, but as some of these integrations get implemented, it makes sense to do it early