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

Functionality for creating quizzes #16

Open
ILostMyMedic opened this issue May 20, 2024 · 1 comment
Open

Functionality for creating quizzes #16

ILostMyMedic opened this issue May 20, 2024 · 1 comment
Assignees
Milestone

Comments

@ILostMyMedic
Copy link
Owner

The creation of quizzes involves 2 parts: The backend logic, found under ./server/src/service/quiz. and the frontend at ./client/src/pages/quiz/create.ts.

The first part of this task will be to introduce a backend endpoint, located at localhost:<port>/api/quiz/create.
The second part will include designing and preparing the frontend data before it's sent off to the backend services.

Make sure to update any interfaces under ./server/src/interfaces/quiz.ts when updating the requests.

@ILostMyMedic ILostMyMedic self-assigned this May 20, 2024
@ILostMyMedic ILostMyMedic converted this from a draft issue May 20, 2024
@ILostMyMedic
Copy link
Owner Author

The first part of this task (creating a backend endpoint) has been completed.

@ILostMyMedic ILostMyMedic added this to the MVP milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant