aepstein / vumt

Visitor Use Management Tool
GNU General Public License v3.0
1 stars 2 forks source link

Visit cancellation #70

Closed aepstein closed 3 years ago

aepstein commented 3 years ago

Support cancelling visits as alternative to deleting them. If we are to collect good data for predicting crowds at trailheads, we need to capture aborted trips as well as completed ones. Generally, removing visit records should be prohibited in favor of cancelling them. This implementation provides for cancellation with the following expectations:

  1. Cancelled visits should not appear in crowding information when a person is selecting an origin for a visit.
  2. Cancelled visits should not appear in the visits listing.
  3. The Remove button will only be allowed for global "admin" users