Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend: Implement new DateRangePicker design for Audit Log #441

Closed
robertandremitchell opened this issue Mar 19, 2025 — with Linear · 2 comments · Fixed by #451
Closed

Frontend: Implement new DateRangePicker design for Audit Log #441

robertandremitchell opened this issue Mar 19, 2025 — with Linear · 2 comments · Fixed by #451
Assignees

Comments

Copy link
Collaborator

robertandremitchell commented Mar 19, 2025

Description:

Date range picker

This will involve:

  • 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:

Copy link

linear bot commented Mar 19, 2025

@robertandremitchell robertandremitchell self-assigned this Mar 19, 2025
Copy link
Collaborator Author

per Michelle: have the date range be a drop down with start and end date selectables:

image.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant