-
Notifications
You must be signed in to change notification settings - Fork 122
Move SubmissionController to core module #3033
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
Move SubmissionController to core module #3033
Conversation
[ignore-commit-lint]
❌ XCTest failed: CoreTests/AssignmentCellViewModelTests/testSubmissionStatusAndIconAndColor
|
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.
It seems that this screen now supports two different usages, but this is not reflected on the code. Ideally I would think it could be refactored according to this, but to not complicate things for now, please just consider the following easy changes
Student/StudentUnitTests/Submissions/TextSubmission/TextSubmissionViewControllerTests.swift
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.
QA +1
Regression test passed for Consortia account issue, see this PR.
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.
QA + 1 (for basic usage)
Move SubmissionController to parent module