The sprint report displays sprint details specific to the user’s products, providing comprehensive information about each sprint. It includes a filter option to refine the sprint details and pagination to navigate through the records, showing 10 entries per page.
Functionality:
i. Filter options:
- From date:
- Allows the user to filter sprints starting from a specific date.
- To date:
- Enables filtering to include sprints up to a particular date.
- Product filter:
- Refines the sprint details based on the selected products.
- Customer filter:
- Filters the sprints by customer.
- Status filter:
- Narrows down the sprints by their current status (e.g., Not Started, In Progress, Completed).
- From date:
ii. Pagination:
- The report shows 10 entries per page, with navigation controls to move between pages, making it easier to manage large datasets.
- Next and Prev buttons are used for page navigation in the reports. The Prev button is displayed only when a previous page is available, and the Next button is displayed only when a next page is available.
iii. Apply filter:
- When the user clicks the “Apply” button, the report updates to display only the sprint items that match the selected filter criteria.
iv. Reset filter:
- The “Reset” button clears all the applied filters, restoring the report to show all sprint items. The form fields are also reset to their default values, removing any previously selected filter options.
v. Download report:
- If the user clicks the download button, the report will be downloaded in Excel format with all the data.