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

feat(be): Implement Forum Answers #642

Merged
merged 4 commits into from
Nov 17, 2024

Conversation

ozankrkya
Copy link
Contributor

Answers for forum questions are implemented.
Related to #612

By

{"answer":"<your_answer>"} 

as body and sending POST request to related forum question with the URL

http://<IP>:8000/api/v1/forum-question/<forum_question_id>/answers/

you can create forum answers.

Next Steps

  • Upvote & Downvote features will be added to forum answers.

@ozankrkya ozankrkya added app: be Backend related issues or PRs pri: high High priority issue labels Nov 17, 2024
@ozankrkya ozankrkya added this to the Customer Milestone 2 milestone Nov 17, 2024
@ozankrkya ozankrkya self-assigned this Nov 17, 2024
@MucahitErdoganUnlu MucahitErdoganUnlu changed the title Implement Forum Question Answers feat(be): Implement Forum Answers Nov 17, 2024
@MucahitErdoganUnlu MucahitErdoganUnlu merged commit 6bb9794 into development Nov 17, 2024
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: high High priority issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants