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

feat: Add check to notification creation #1167

Merged

Conversation

GabrielCWT
Copy link
Contributor

This PR adds a check to finalise submission. It will only create a notification if the assessment requires manual grading. This would mean that the staff has a TODO and thus a notification should be created.

In the context of CS1101S: Paths are autograded and require no manual grading. Without this check, staff will receive a notification under the grading tab but there is no action required. There is also no way to resolve the notification easily as the submission is autograded and autopublished.

Closes: #1166

@GabrielCWT
Copy link
Contributor Author

I am willing to discuss alternative solutions if this does not seem like the correct approach to the issue.

Copy link
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, we can test this and take a look at the user feedback, thanks!

@RichDom2185 RichDom2185 merged commit d867927 into source-academy:master Aug 31, 2024
1 check passed
@coveralls
Copy link

Coverage Status

coverage: 94.372% (+0.004%) from 94.368%
when pulling d46fc8b on GabrielCWT:fix/notification-creation
into e84c941 on source-academy:master.

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

Successfully merging this pull request may close these issues.

Grading notifications are not created in the correct context
3 participants