Deleted entries should appear in the I/O graph

Issue #3 open
Igor Santos repo owner created an issue

When entries are removed they are counted down in the total of unread entries per day, but they are not shown in the graph. This should change. Maybe deleted entries would have a gray line?

Comments (2)

  1. Igor Santos reporter
    • changed status to open

    Deleted data could be retrieved by saving the user read+unread history and comparing the most recent information with what is saved.

    Going back in the data it's possible to discover when the deleted was added, and thus show this in the graph.

    Later on we can save all the user information in a database and start querying it instead, and thus being able to track exactly when the item was deleted (or at least with a safe error margin).

  2. Log in to comment