Description
Currently, the Apply to Leave form allows users to select start and end dates for their leave request. To improve user experience and clarity, we should add a feature that displays the total number of days requested based on the selected date range.
Proposed Changes
- Modify the Apply to Leave form to calculate the number of days between the start and end dates.
- Display the calculated number of days prominently on the form.
- Update the calculation in real-time as the user selects or changes dates.
Benefits
- Users can easily see the exact number of days they are requesting without manual calculation.
- Reduces potential errors in leave requests.
- Improves overall user experience and form clarity.
Acceptance Criteria
Additional Notes
Consider adding a tooltip or help text to explain how the day count is calculated, especially if it excludes weekends or holidays.
Description
Currently, the Apply to Leave form allows users to select start and end dates for their leave request. To improve user experience and clarity, we should add a feature that displays the total number of days requested based on the selected date range.
Proposed Changes
Benefits
Acceptance Criteria
Additional Notes
Consider adding a tooltip or help text to explain how the day count is calculated, especially if it excludes weekends or holidays.