Add 'achieved' time column to TimeEntry.
A5H73Y opened this issue ยท 1 comments
When a new time is inserted into the database it should mark the time of achievement using the NOW() function.
This can then be used to see how long a time has remained unbeaten, for example the fastest time on a Course could be from 1 week ago, which incentivises users to try and take the crown.
A placeholder should be created to get this value, in addition to one that calculates the time difference in a presentable format, 1 week, 2 days etc.