Skip to content
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
@dgoerger

Description

@dgoerger

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

  1. 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.
  2. delete missed reservations after some period of time, e.g. a week.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions