anthonyisensee / event-tracker

Easily track and visualize the time since events have occurred in multiple systems. 🧨 Additionally, view the time and details of past events. ⏱️
https://eventtracker.anthonyisensee.com
0 stars 1 forks source link

Add time between events to events views on tracker page #22

Open anthonyisensee opened 1 month ago

anthonyisensee commented 1 month ago

This should be added to a dedicated column on the events table on a single tracker page. Each td should show the time since the event in the previous row. The very bottom td in the column should shown the no time symbol used elsewhere.

anthonyisensee commented 1 month ago

@Geo-Bold any interest?

Geo-Bold commented 1 month ago

Hmm. Let me see what I can do :)

anthonyisensee commented 1 month ago

@Geo-Bold this is still a good first issue.

The new column should be:

The <tr> <td>s should:

Similar code to reference would be that for the Trackers "Last Event Was" column or Events "Occurred" column. This provides similar output but against the current time (as opposed to the time of the last event).