metric: data transfer reliability#367
Open
benaspinall1 wants to merge 119 commits into
Open
Conversation
Need to hook this up to the Canvas API. Also want to clean this UI up.
So currently I am doing this with most man but the API route that I created (putSubmissionComments) works for sending individual comments. I just need to hook the functionality for it into the submission dashboard.
the last comment was a merge and I forgot to change the title of the commit so Im doing it here but basically I got this working to send individual and group comments in the same grading session.
This is not done but close
this ensures that when we run our test and end up adding 100 comments they dont pile up on canvas everytime we run github actions or manually run 'npm run test'
- also separated concerns for data transfer relibility into 2 files. - just need to make sure these are working together for the appropriate number of trials to satisfy the metric.
This file contains hidden or 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
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.
This makes sure data sent to Canvas isn't messed up in transit for rubrics and graded submissions.