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

GET Pair of flagged submission details #341

Conversation

florentianayuwono
Copy link
Collaborator

@florentianayuwono florentianayuwono commented Sep 30, 2023

Description

Add ability for GET pair of flagged submissions details.

Related Issue

#324

Motivation and Context

Part of #324

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@coveralls
Copy link
Collaborator

coveralls commented Sep 30, 2023

Coverage Status

coverage: 0.196% (-0.002%) from 0.198% when pulling 4914448 on florentianayuwono:push into 44cf9f5 on WING-NUS:feature/ssid_coursemology_integration.

@florentianayuwono florentianayuwono changed the title Push GET Pair of flagged submission details Sep 30, 2023
@florentianayuwono florentianayuwono self-assigned this Sep 30, 2023
@florentianayuwono florentianayuwono marked this pull request as ready for review September 30, 2023 06:19
@florentianayuwono florentianayuwono linked an issue Sep 30, 2023 that may be closed by this pull request
7 tasks
@sibinhho99 sibinhho99 merged commit 535e08a into WING-NUS:feature/ssid_coursemology_integration Oct 1, 2023
2 of 3 checks passed
huyuxin0429 pushed a commit that referenced this pull request Jan 15, 2024
* 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: sibinhho99 <sibinhho99@gmail.com>
Co-authored-by: florentianayuwono <76247368+florentianayuwono@users.noreply.github.com>
@huyuxin0429 huyuxin0429 mentioned this pull request Jan 15, 2024
6 tasks
huyuxin0429 added a commit that referenced this pull request Jan 15, 2024
* 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 <61722401+mengyewgau@users.noreply.github.com>
Co-authored-by: sibinhho99 <sibinhho99@gmail.com>
Co-authored-by: florentianayuwono <76247368+florentianayuwono@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

✨ Coursemology Integration Phase 1 Stage 2
3 participants