-
Notifications
You must be signed in to change notification settings - Fork 319
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
[Frontend] Integrate Answers in Q&A Page #885
Comments
I want to work on this issue. |
Please Specify The API Endpoints |
the endpoints are already mentioned in the issue description, please go through it. |
i am hitting api like this http://localhost:3000/answers/getanswers/624004398d58c808d8f01dec but not getting any answer |
@TejasNasre use https://community-website-backend.onrender.com/ as the baseUrl, in your local, its will not connect to actual db so won’t get the data |
Hello @Kajol-Kumari Assign me the issue |
Description
Currently the
Q&A
page only have the question list and form to submit the questions. There should be a way to see all the answers of the particular question sorted by the number of upvotes##Expectation
Integrate the get answers api, filter the ones having
isApproved
astrue
and display it in nice way on the UIGet Answers api - https://github.com/HITK-TECH-Community/Community-Website/blob/main/backend/app/routes/Q%26A/answers/getAnswers.js
The text was updated successfully, but these errors were encountered: