-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[376] Evaluator Dashboard #435
Conversation
<%= assigned_submissions_count(current_user, phase.challenge, phase) %> of | ||
<%= remaining_evaluations_count(current_user, phase.challenge, phase) %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that the numbers are reversed but I don't see that "# remaining of # assigned" copy on figma
https://www.figma.com/design/sLkJM1Ua9Zu3HW2h4mVdgr/Challenge.gov-Eval-(Updated-01%2F27%2F25)?node-id=7003-101843&p=f&t=DtwB5qvxhn4HKLYv-0
for me it looks like it should be "# of # Submissions"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes sorry, that's what I meant. the "# remaining" is just the number itself, the string format you see on figma is correct. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two issues to resolve
Can you also add some specs for this view (a11y and content validation)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
Updated the evaluator dashboard to the latest designs.