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

Prioritize active audits on home screen #2029

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

jonahkagan
Copy link
Contributor

@jonahkagan jonahkagan commented Oct 30, 2024

Closes #1914

For both jurisdiction managers and audit admins, groups the audits on their home screen into two groups: active and completed. Within each group, orders the audits by creation date, putting the most recent at the top.

Audit admin
(Note that most audit admins are part of one org, but some internal users are part of multiple, so we still support that case)
Screenshot 2024-10-30 at 3 18 00 PM

Jurisdiction manager
Screenshot 2024-10-30 at 3 20 51 PM

@jonahkagan jonahkagan force-pushed the jonah/group-active-audits-on-home-screen branch from 5aca7de to 84acb86 Compare October 30, 2024 22:22
@jonahkagan jonahkagan requested a review from kshen0 October 30, 2024 22:23
AAs and JMs load a list of audits on the home screen. In order to
group/order it correctly, include the created date and whether or not
the audit has completed.
@jonahkagan jonahkagan force-pushed the jonah/group-active-audits-on-home-screen branch from 84acb86 to 6dabd23 Compare October 31, 2024 23:00
@jonahkagan jonahkagan enabled auto-merge (squash) October 31, 2024 23:00
@jonahkagan jonahkagan merged commit ca08b4e into main Oct 31, 2024
5 checks passed
@jonahkagan jonahkagan deleted the jonah/group-active-audits-on-home-screen branch October 31, 2024 23:08
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.

Order audits on JM screen by audit date (most recent first) instead of alphabetically
2 participants