cap-md089 / evmplus-v6

The source code for the Event Manager+ suite of tools for Civil Air Patrol units
GNU General Public License v2.0
7 stars 4 forks source link

Debrief link display requires manual action #220

Closed grioux-neo closed 3 years ago

grioux-neo commented 3 years ago

Is your feature request related to a problem? Please describe. In order for the event 'submit a debrief' link to be displayed the event status must be changed to 'Complete' or 'Cancelled'. Currently this is a manual action and is inconsistently applied.

Describe the solution you'd like Make the link display be tied to some factor that does not require manual action, such as comparing an event characteristic (drop off time, for example) to the current time when the event display is requested. Additionally, the link can/should be displayed when an event status is changed to 'Cancelled' regardless of time comparison.

Describe alternatives you've considered Manaully updating event status every time one occurs.