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

E2371: Reimplement quiz_questionnaires_controller #48

Merged
merged 22 commits into from
Jan 24, 2024

Conversation

rajmadhu0406
Copy link
Contributor

@rajmadhu0406 rajmadhu0406 commented Oct 15, 2023

Responsible reviewers:

Mentor: Ali Qureshi (mquresh@ncsu.edu)
Team Name: RDJ
Team Members:

rmadhu3 | Raj Kamleshkumar Madhu
dshah22 | Dhyey Samirbhai Shah
jshukla | Jinil Pankajkumar Shukla

Changes proposed:

  • Reimplementing Quiz Questionnaire Controller in the back end.
  • Make sure the Controller has API for all CRUD operations of Quiz Questionnaire.
  • Validate Questions and handle Authorisation

Solution:

  • To make QuizQuestionnaire a seperate independent class add all the methods it requires in the its own controller and remove the inheritance from QuizController.
  • Questionnaire should belong to an assignment and assignment can have many questionnaires.

Work Distribution:

Raj Madhu and others added 22 commits October 15, 2023 13:51
…oller

Added Test Skeletons for E2371. Reimplement quiz_questionnaires_controller
…tionnaires_controller

Test Skeletons for E2371. Reimplement quiz_questionnaires_contr…
Create and destroy method are working
Added copy api for quiz questionnaire and the update api. The test skeleton is also written in rspec folder
Updated Quiz Questionnaire Controller
Added Comments and Tests
Run the Rswag command to generate the Swagger API docs in the swagger.yaml file.
@chetana-c chetana-c self-requested a review January 24, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants