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

Sort & Filter Submissions #57

Open
27 of 46 tasks
r-bartlett-gsa opened this issue Jul 26, 2024 · 4 comments · May be fixed by #395
Open
27 of 46 tasks

Sort & Filter Submissions #57

r-bartlett-gsa opened this issue Jul 26, 2024 · 4 comments · May be fixed by #395
Assignees
Labels

Comments

@r-bartlett-gsa
Copy link
Member

r-bartlett-gsa commented Jul 26, 2024

User Story

As a challenge manager, in order to manage the progress of evaluations efficiently, I would like to be able to sort submissions based on submission and evaluation progress data.

Acceptance criteria:

  • A challenge manager can sort and filter the submissions (on the submission list view) by:
    • Filter by:
      • Progress status: completed, in progress, not started, recused
      • Eligible for Evaluations (Prescreen status)
      • Advancement status
    • Sort by:
      • Submission ID: low to high, high to low
      • Number of assigned evaluators: low to high, high to low
      • Average score (for completed evaluations only): low to high, high to low

Dev tasks:

Definition of Done

Doing (dev team)

  • Code complete
  • Code is organized appropriately
  • Any known trade offs are documented in the associated GH issue
  • Code is documented, modules, shared functions, etc.
  • Automated testing has been added or updated in response to changes in this PR
  • The feature is smoke tested to confirm it meets requirements
  • Database changes have been peer reviewed for index changes and performance bottlenecks
  • PR that changes or adds UI
    • include a screenshot of the WAVE report for the altered pages
    • Confirm changes were validated for mobile responsiveness
  • PR approved / Peer reviewed
  • Security scans passed
  • Automate accessibility tests passed
  • Build process and deployment is automated and repeatable
  • Feature toggles if appropriate
  • Deploy to staging
  • Move card to testing column in the board

Staging

  • Accessibility tested (Marni)
    • Keyboard navigation
    • Focus confirmed
    • Color contrast compliance
    • Screen reader testing
  • Usability testing: mobile and desktop (Tracy or Marni)
  • Cross browser testing - UI rendering is performant on below listed devices/browsers (Tracy or Marni)
    • Windows/Chrome
    • Windows/Edge
    • Mac/Chrome
    • Mac/Safari
    • iOS/Safari
  • AC review (Renata)
  • Deploy to production (production-like environment for eval capability) (dev team)
  • Move to production column in the board

Production

  • User and security documentation has been reviewed for necessary updates (Renata/Tracy/Dev team)
  • PO / PM approved (Jarah or Renata)
  • AC is met and it works as expected (Jarah or Renata)
  • Move to done column in the board (Jarah or Renata)
@r-bartlett-gsa
Copy link
Member Author

r-bartlett-gsa commented Aug 8, 2024

Some button styles, colors and labels may have changed and screenshots below may reflect outdated styles. Please refer to Figma for latest designs.
Misalignment in styles, colors and labels should not affect the completion of development work. There will be additional user stories towards the end of this epic or MVP to bring uniformity to styles and colors.
If significant difference is noticed in features / functionality, please contact Renata.

Image

@stepchud
Copy link
Contributor

stepchud commented Oct 9, 2024

@r-bartlett-gsa for the Evaluation Progress filter, does Completed mean all Evaluators have completed, Not Started means none of the Evaluators have started, and In Progress means it's neither of those?

The recused filter is not in Figma, is that no longer needed? if needed, does that show submissions with any recused status?

@r-bartlett-gsa
Copy link
Member Author

@r-bartlett-gsa for the Evaluation Progress filter, does Completed mean all Evaluators have completed, Not Started means none of the Evaluators have started, and In Progress means it's neither of those?

@stepchud Yes

The recused filter is not in Figma, is that no longer needed? if needed, does that show submissions with any recused status?

@stepchud I had recused status filter only on one screen, but now all screens that show expanded filter are updated in Figma. Recused filter is needed and, yes, it shows submissions with a any recused status.

@r-bartlett-gsa
Copy link
Member Author

@stepchud Testing feedback:

  • Not started filter is not working:

Image

  • Recused filter testing still pending

@emmabjj emmabjj linked a pull request Feb 6, 2025 that will close this issue
@r-bartlett-gsa r-bartlett-gsa linked a pull request Feb 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants