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

Submission Detail View for Evaluators #89

Open
53 tasks
r-bartlett-gsa opened this issue Jul 31, 2024 · 4 comments
Open
53 tasks

Submission Detail View for Evaluators #89

r-bartlett-gsa opened this issue Jul 31, 2024 · 4 comments

Comments

@r-bartlett-gsa
Copy link
Member

r-bartlett-gsa commented Jul 31, 2024

User story

As an evaluator, in order to manage an evaluations process for the submissions I'm assigned to efficiently, I would like to be able to view all the details of a single submissions.

Acceptance Criteria:

  • From a submissions list view, an evaluator can select to evaluate or view a submission and is displayed the following submissions and evaluation information (materials submitted by the public solver as part of the submission entry):
    • Submission ID
    • Brief description
    • Description
    • Uploaded files
    • External URL
    • Status
    • Submitter email
    • Last updated date
  • An evaluator is displayed an evaluation form to submit their scores below submission information, Submission Evaluation View for Evaluators  #90
  • An evaluator can choose to hide submission materials, and the submission information collapses, only displaying the evaluation form
  • An evaluator can choose to open submission information on a different tab/window
    • The submission information opens on a new tab/window
    • The submission information collapses displaying only the evaluation form on the initial tab/window
  • An evaluator has an option to recuse from evaluation, Evaluation Recusal #91

Development tasks:

  • Task 1
  • Task 2

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

Open in a new tab:
Image


Image

Image

@stepchud
Copy link
Contributor

stepchud commented Sep 9, 2024

The submission information collapses displaying only the evaluation form on the initial tab/window
I'm not sure what this means?

External URL
Is this the public URL to the Challenge listing?

@r-bartlett-gsa
Copy link
Member Author

r-bartlett-gsa commented Sep 13, 2024

@stepchud

The submission information collapses displaying only the evaluation form on the initial tab/window
This means that the submission materials on the initial tab do not display (because they were opened on a new tab) and the user only sees an evaluation form.
The below would be tab 1 and tab 2:
image

@r-bartlett-gsa
Copy link
Member Author

@stepchud

External URL
External URL is part of the submission materials provided by the public solver. This information is being collected during submission entry process and then it is visible to challenge managers and should be visible to evaluators.

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

No branches or pull requests

2 participants