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
Creating a DateRangePicker component; this will be helpful for our timeboxing work to have formatting consistent across the two and move that code out of that AuditLog page.
Implementing an updated frontend design; right now the daterange is limited to logs selected on a particular day.
Open questions:
By default, we will have every log displayed, sorted latest datetime to earliest datetime. When someone selects an earliest or latest date in the date range picker, should a default date be selected for the other time? For example, if we have logs from 2024-01-01 to 2025-01-01, the user selects 2024-04-01 in the first datepicker. Should the syntax be to prompt the user to select a latest date? should it default to the latest possible date and/or today's date? Should it be set to the same date (i.e., default behavior is to care about only one day's worth of logs)? Similar question in reverse.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered:
Description:
Date range picker
This will involve:
Open questions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: