You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Interviewer, I want a to be able to see all scheduled interviews for a specific week, so that it easy to have an overview of upcoming scheduled appointments.
Extended description
It's nessecary to for the interviewer to know about interviews that are scheduled in the coming week. So to do that have a page where you can view all interview
Prerequisites
API Endpoint - Load appointments
Non-functional requirements
Error
Acceptance Criteria
Flow
The interviewer enters the page and is presented with a calendar displaying the dates for the coming week, if the current date is saturday or sunday. Otherwise default to current week.
When the calendar is first loaded, fetch appointments from the API.
Display appointments in the calendar.
When an appointment is clicked route to view applicant comment.
Exceptions
Can't reach the server message incase it can't find API endpoint, display message: Connection couldn't be made to the server.
If connect can't be made retry 3 times.
Extra info
Calendar component choose either Weekly one, or bottom one where you can select custom view.
📋 User story
As a Interviewer, I want a to be able to see all scheduled interviews for a specific week, so that it easy to have an overview of upcoming scheduled appointments.
Extended description
It's nessecary to for the interviewer to know about interviews that are scheduled in the coming week. So to do that have a page where you can view all interview
Prerequisites
Non-functional requirements
Acceptance Criteria
Flow
Exceptions
Extra info
Calendar component choose either Weekly one, or bottom one where you can select custom view.
https://vuetifyjs.com/en/components/calendars
The text was updated successfully, but these errors were encountered: