Organization Operations
Purpose: Day-to-day organization workflows for requests and trainings.
Version: 0.1.0 Last updated: auto
#URLs
- Training Requests: /org/training-requests
- New Training Request: /org/training-requests/new
- All Trainings: /org/trainings
#Training requests
- User action: Open the Training Requests page to view, filter, or create requests.
- System response: Shows request lists with status and basic details.
- Notes: Use the New Training Request page to submit a fresh request.
#Create a request
- User action: Visit New Training Request and fill in details (title, objective, preferred date/time, audience, location/virtual, notes).
- System response: Validates fields and creates the request.
- Failures: Inline validation on missing fields; network issues show non-blocking toasts.
#Manage a request
- User action: From the requests list, open a request to view details and update as allowed.
- System response: Shows request info and permitted actions based on your permissions.
- Failures: Unauthorized actions show a clear error; network issues surface via toast.
#Trainings
- User action: Open All Trainings to see scheduled or completed trainings.
- System response: Displays list with key details (date, trainer, participants, venue/virtual, status).
- Notes: Actions depend on your role and permissions (e.g., view details, manage participants).
#Summary
- Use Training Requests to propose and track new trainings.
- Use Trainings to view and follow active/completed sessions.
- Permissions determine available actions.