You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an evaluator, in order to easily and quickly find various tasks associated with evaluating a submission, I would like to see a list of challenges with submissions assigned to me.
Acceptance Criteria:
Current Dashboard page with blue cards is eliminated and instead Evaluations (/evaluations) becomes the main evaluations dashboard page that the evaluator sees after logging in
The page consist of the following components:
Challenges list
If an evaluator does not have any submissions assigned to them yet, a warning message is displayed indicating so
If an evaluator has submissions assigned, a table is displayed:
# of submissions to evaluate - links to the Submissions list page on the Rails app
The number indicates total assigned submissions and remaining submissions to evaluation (e.g. 4 of 5 submissions)
Evaluation due date
Evaluation status
The table displays all challenges/phases for which the evaluator has submissions to evaluate
The table displays 10 challenges by default; if there are more than 10 challenges Show More button is available and loads more challenge in increments of 10
I think the likelihood of this is extremely small and instead of paginating, it should just filter out the challenge phases that are finished/closed in case they have a long history of evaluating challenges (but even that is more of an optimization for later, not MMP scope)
The table displays 10 challenges by default; if there are more than 10 challenges Show More button is available and loads more challenge in increments of 10
I think the likelihood of this is extremely small and instead of paginating, it should just filter out the challenge phases that are finished/closed in case they have a long history of evaluating challenges (but even that is more of an optimization for later, not MMP scope)
I agree, I removed it from AC, and will update Figma.
User Story
As an evaluator, in order to easily and quickly find various tasks associated with evaluating a submission, I would like to see a list of challenges with submissions assigned to me.
Acceptance Criteria:
Definition of Done
Doing (dev team)
Staging
Production
The text was updated successfully, but these errors were encountered: