-
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
[209] Submission Stats #280
base: dev
Are you sure you want to change the base?
Conversation
68d7200
to
cfeabcc
Compare
This will be updated with status from the |
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.
First review pass
cfeabcc
to
e5c9c0f
Compare
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 think) I made the necessary code changes as far as the stats component calculations and display. However, I would like to see some tests for this component. They should mostly be request specs in spec/requests/submissions_spec.rb
that assert the various stats are displayed correctly. Can we also add a spec/system/submissions_spec.rb
expectation that the stats show visible content on the page.
Adds a stats component to the submissions list page for challenge managers.