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

Implement Quiz and QuizQuestion Endpoints #594

Open
2 of 4 tasks
ceydanursen opened this issue Nov 4, 2024 · 2 comments
Open
2 of 4 tasks

Implement Quiz and QuizQuestion Endpoints #594

ceydanursen opened this issue Nov 4, 2024 · 2 comments
Assignees
Labels
app: be Backend related issues or PRs pri: medium Medium priority issue

Comments

@ceydanursen
Copy link
Contributor

ceydanursen commented Nov 4, 2024

🧱 Description

This issue aims to implement RESTful endpoints for managing Quizzes and QuizQuestions within our Django application. The goal is to provide a comprehensive API that allows for the creation, retrieval, updating, and deletion of quizzes and their associated questions.

To be reviewed by: @MucahitErdoganUnlu

📋 Acceptance Criteria

  • Creating and viewing quiz and quiz question endpoints are implemented.
  • All endpoints should return appropriate HTTP status codes.
  • Swagger is documented.
  • Unit tests are implemented.
@ceydanursen ceydanursen added app: be Backend related issues or PRs pri: medium Medium priority issue labels Nov 4, 2024
@ceydanursen ceydanursen self-assigned this Nov 4, 2024
@ceydanursen
Copy link
Contributor Author

I have implemented quiz and quizQuestion endpoints, but they need to be tested accordingly and some fixes are needed.

@ceydanursen
Copy link
Contributor Author

I have implemented quiz and quizQuestion endpoints, but they need to be tested accordingly and some fixes are needed.

Some fields for models should be added according to API specification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: be Backend related issues or PRs pri: medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

1 participant