This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Missed reservations - what do with? #594
Closed
Description
Chris pointed out at our last meeting that we currently have a rake task deleting missed reservations at 5am every day, but we still have stats for missed on the user pages and in the Reservations list. This is silly. We can
- not delete missed reservations and make sure our code is intelligent enough to handle that for double-counting and validations purposes (we should do the latter regardless). downside: list will become very very long with the age of the database.
- delete missed reservations after some period of time, e.g. a week.
- continue deleting missed reservations and remove the views on the user profile pages and reservations lists which do not make any sense.
- Add setting in app config for missed reservation deletion frequency (see Hide old blackouts #242 for similar behavior with old blackouts)
- remove missed reservation stats from user profile page
Activity