Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new EQUIPMENT, STAFFING, and CLOSED request statuses and associated logic. #568

Open
nopivnick opened this issue Jan 21, 2025 · 0 comments

Comments

@nopivnick
Copy link
Collaborator

nopivnick commented Jan 21, 2025

if a request does not include staffing or equipment:

  • a booking with status REQUESTED that's pre-approved should be assigned status PENDING and appear in the Admin context bookings table
  • requests with status CANCELED, DECLINED, or NO SHOW should automatically be assigned status CLOSED

if a request includes staffing:

  • a booking with status REQUESTED that's pre-approved should be assigned status STAFFING and appear in the STAFFING context bookings table with the actions "Approve" or "Decline"

if a request includes equipment:

  • a booking with status REQUESTED that's pre-approved should be assigned status EQUIPMENT and appear in the Equipment context bookings table with the Action "Approve" or "Decline"
  • requests with status CANCELED, DECLINED, or NO SHOW should re-appear in the Equipment context booking table with the action "Equip. Approval"; after taking the "Equip. Approval" action the request should be assigned status CLOSED
@nopivnick nopivnick added this to the 2025 Summer milestone Jan 21, 2025
@nopivnick nopivnick changed the title Add new [EQUIPMENT] and [CLOSED] request statuses and associated logic Add new EQUIPMENT, STAFFING, and CLOSED request statuses and associated logic Jan 22, 2025
@nopivnick nopivnick changed the title Add new EQUIPMENT, STAFFING, and CLOSED request statuses and associated logic Add new EQUIPMENT, STAFFING, and CLOSED request statuses and associated logic. Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant