hargata/lubelog

[feature]Reminders Tab configurable view

Closed this issue · 1 comments

Please add more columns or ar menu do choose what to display to the Reminders Tab.
I think it is important to see next date/km and interval in the table view

The next date/km is displayed depending on which metric the reminder goes by.

if the reminder is based on odometer, the metric column will display the next odometer reading for which it is due.
if the reminder is based on date, then it will display the next date for which it is due.

if the reminder goes by both odometer and date(whichever comes first), then it will display "Both" if the reminder is in "Not Urgent" status, but once it goes to "Urgent", it will display the metric which comes first.

i.e.: If I have a reminder that looks like this:

image

it will say "Both" in the metric because it's not urgent:
image

if I add a new odometer record 224999, then now there's only 1 mile before it is due at 225000, so it will now display the odometer reading in the metric column:
image

Additionally, I think it is unlikely that we will make the interval a column in the table view since not all reminders have intervals.