What I meant was:
As a user with team leader permissions I want to be able to single out specific schedules inside of certain time frames in the database. This will allow me to select schedules from a certain time frame without having to search through the total list of schedules.
As a user I want to select a starting date from a calendar drop down and an ending date from a calendar drop down. Then using those two choices I want to see a list of the stored files (schedules) that represent the time between my two choices.
Testing criteria:
The webpage should have a calendar input for the start point of time that you are wanting to filter by, if the chosen date isn't exactly a starting date of any of the schedules the user will be prompted with a question of, 'Did you mean to choose (insert the starting date of the week the user selected). A second calendar input for the ending time that you are wanting to filter by, (same as for the start time but insert the ending date of the week the user selected). Then the user needs to choose the schedule report type or the wrong information will be returned. The user then should press the run report button to display the list of data. The items on the list should contain a link to the schedule file, who uploaded the schedule, when they uploaded it, and what dates the schedule represents.
Definition of Done:
When as a user you can filter the list of schedules in the database by time frame and view only the schedules in that time frame.
Points: 3
What I meant was: As a user with team leader permissions I want to be able to single out specific schedules inside of certain time frames in the database. This will allow me to select schedules from a certain time frame without having to search through the total list of schedules.
As a user I want to select a starting date from a calendar drop down and an ending date from a calendar drop down. Then using those two choices I want to see a list of the stored files (schedules) that represent the time between my two choices.
Testing criteria: The webpage should have a calendar input for the start point of time that you are wanting to filter by, if the chosen date isn't exactly a starting date of any of the schedules the user will be prompted with a question of, 'Did you mean to choose (insert the starting date of the week the user selected). A second calendar input for the ending time that you are wanting to filter by, (same as for the start time but insert the ending date of the week the user selected). Then the user needs to choose the schedule report type or the wrong information will be returned. The user then should press the run report button to display the list of data. The items on the list should contain a link to the schedule file, who uploaded the schedule, when they uploaded it, and what dates the schedule represents.
Definition of Done: When as a user you can filter the list of schedules in the database by time frame and view only the schedules in that time frame.