User Story
Flow Name: EduStandBy | Assign Teacher to Request
As an Administrator,
I want to see an action button labeled "Assign Teacher" on the Request Layout,
So that I can assign an available teacher to a request when no teacher is assigned.
Acceptance Criteria:
- The "Assign Teacher" button should only be visible if no teacher is currently assigned to the request.
- When clicking the "Assign Teacher" button:
- A data table will appear listing all available teachers.
- A teacher is considered available if they do not have a request on the same "Request Date."
- The administrator can select only one teacher from the list.
- Upon selection, the request will be updated with the chosen teacher.