-
Notifications
You must be signed in to change notification settings - Fork 0
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
[179] View Evaluator's Submissions #258
Conversation
app/views/evaluator_submission_assignments/_submission_row.html.erb
Outdated
Show resolved
Hide resolved
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.
let's add a request spec for the #index route here and also spec/system/evaluator_submission_assignment_spec.rb
with a11y expect(page).to be_axe_clean
and some page interactions assigning and unassigning evaluators with confirmation modal.
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.
feedback on the ordering method
…into 179_evaluator_submissions_view
…into 179_evaluator_submissions_view
…ion_row.html.erb whitespace
[77] Recused Submission Alert
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 👍
Related tickets: #179, #76, #74
Add UI to view evaluators' submissions from the manage evaluator index page.
Add UI and functionality for the Unassign Evaluator from a Submission modal and add functionality to reassign a submission to an evaluator.
I've added controller tests - other tests WIP. The UI is responsive.
Mobile