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

feat: split start/end dates into separate columns on main list #11989

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikewilli
Copy link
Contributor

@mikewilli mikewilli commented Jan 3, 2025

Because

  • start and end date are different fields
  • it would be nice to sort on start/end date separately

This commit

  • splits the start and end dates into separate columns
  • indicates proposed vs actual end date with italics for proposed
  • annotates the NimbusExperiment queryset with a sort_end_date so that we can sort on proposed end date if experiment is live

Fixes #12007

image

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 this pull request may close these issues.

Allow sort by end date on main experiments list
1 participant