-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds POST route for creating new assignments via API (#338) * Add API key and sample GET and POST * Implement POST API route for creating assignments * Add API key authentication handler * Run rubocop on assignments_controller * Reduce linter-flagged issues * Add API Phase 1 documentation (#336) * Add API Phase 1 documentation * Api/sub sim (#331) * Added API for GET all submission similarities of an assignment * Fix extra render when uploading invalid zip file (#342) * Fix extra render when uploading invalid zip file * Revert "Fix extra render when uploading invalid zip file (#342)" (#344) This reverts commit d6a720f. * Fix extra render when uploading invalid zip file * Add API route for GET Pair of flagged submission details (#341) * Add tests and bug fixes for api/v1/submission_similarities index and show * Add RSpec tests for POST /api/v1/courses/{course_id}/assignment/ * Update similarity percentage format it doc * Remove unused files and routes * Update/ Clarify API doc * added pagination * added to use the will_paginate gem * Added such that limit has higher precedence over pagination --------- Co-authored-by: Michael Gau <[email protected]> Co-authored-by: sibinhho99 <[email protected]> Co-authored-by: florentianayuwono <[email protected]>
- Loading branch information
1 parent
8bcd107
commit 1475bcb
Showing
2 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
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
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