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

Answer + Bookmark features #103

Open
1 of 6 tasks
AmitGit217 opened this issue Feb 12, 2023 · 0 comments
Open
1 of 6 tasks

Answer + Bookmark features #103

AmitGit217 opened this issue Feb 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AmitGit217
Copy link
Collaborator

AmitGit217 commented Feb 12, 2023

Is your feature request related to a problem? Please describe.
We need to finish the Question entity and start the Answer entity service

Describe the solution you'd like

  • Bookmark

    • Create bookmark by question ID and user ID (Look at the Prisma schema for more information)
    • Get all current user bookmarks (Hint: use GetUser guard)
  • Answer

    • Create an answer to a question with the user ID (Generic user) and the related question ID.
    • Get all answers by question ID.

Additional context

Please follow our TDD ideal.
Test for each feature, and try to cover all possibilities in your tests. Thank you :)

@AmitGit217 AmitGit217 self-assigned this Feb 12, 2023
@AmitGit217 AmitGit217 added the enhancement New feature or request label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant