-
Notifications
You must be signed in to change notification settings - Fork 35
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
Peer review logic #1028
Merged
ivan-magda
merged 37 commits into
feature/peer-review
from
feature/peer-review-container-logic
Aug 24, 2021
Merged
Peer review logic #1028
ivan-magda
merged 37 commits into
feature/peer-review
from
feature/peer-review-container-logic
Aug 24, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e/peer-review-container-logic
…e/peer-review-container-logic
…e/peer-review-container-logic
ivan-magda
added a commit
that referenced
this pull request
Aug 25, 2021
* Peer review container UI (#1017) * Generate module * Add StepQuizReviewMessageView * Add localizable strings * Add StepQuizReviewStatusView * Add CGSizeExtensions * Add StepQuizReviewStatusContainerView * Add StepQuizReviewStatusesView * Configure with dummy data * Add skeleton * Peer review logic (#1028) * Extend InstructionsAPI * Add ReviewsAPI * Add create review session API * Add create review API * Add InstructionType * Show StepQuizReview module * Add provider methods * Show teacher review info * Add quiz child module * Add expand quiz control * Create review session for teacher if needed * Handle start teacher review * Present submissions * Refresh after did come from teacher review * Disable autolayout constraint error messages * Fetch quiz data * Instructor mode stage 1 * Add QuizTitleFactory * Hide quiz separator & title * Instructor mode stage 2 tmp * Add review controls * Fix child quiz horizontal insets * Select submission * Change current submission * Create review session with current submission * Present submitted for review submission * Instructor mode stage 3 * Peer mode dummy * Peer mode stage 1 & 2 * Peer mode stage 3 tmp * Peer mode stage 3 * Peer mode stage 4 * Peer mode stage 5 * Fix buttons * Add analytics * Fix separators * Clean up action buttons creation * Disable autolayout constraint error messages CommandLineArgument * Delete StepQuizReviewInputProtocol * Clean up
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
YouTrack task: #APPS-3397, #APPS-3402, #APPS-3403
Description: