Nishitbaria / Dev-Exchange

A community-driven platform for asking and answering programming questions. Get help, share knowledge, and collaborate with developers from around the world. Explore topics in web development, mobile app development, algorithms, data structures, and more.
https://devexchanges.vercel.app/
MIT License
10 stars 21 forks source link

Fixed Incorrect Answer Count Display Issue on Question Page #19

Closed RashidSiddiqui2004 closed 4 months ago

RashidSiddiqui2004 commented 4 months ago

Fixes Issue #17

Fixes Issue

This PR resolves the issue related to the incorrect display of answer counts on the question page. The count of answers now accurately reflects the actual number of answers submitted by users. This enhancement ensures that users receive reliable and accurate information about the question's engagement level.

Screenshots

Here, actually there are 8 answers, and the UI also displays 8 answers.

solve6

Note to reviewers

Thank you for assigning this issue to me. It was a great time solving this bug.

vercel[bot] commented 4 months ago

@RashidSiddiqui2004 is attempting to deploy a commit to the Nishit Baria's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dev-exchange ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2024 8:02am
Nishitbaria commented 4 months ago

Fixes Issue #17

Fixes Issue

This PR resolves the issue related to the incorrect display of answer counts on the question page. The count of answers now accurately reflects the actual number of answers submitted by users. This enhancement ensures that users receive reliable and accurate information about the question's engagement level.

Screenshots

Here, actually there are 8 answers, and the UI also displays 8 answers.

solve6

Note to reviewers

Thank you for assigning this issue to me. It was a great time solving this bug.

please fix the error

image

RashidSiddiqui2004 commented 4 months ago

@Nishitbaria resolved the error. 😊

Nishitbaria commented 4 months ago

@Nishitbaria resolved the error. 😊

Hey @RashidSiddiqui2004 Checkout deployment Issue remain same Answer count still show double number

https://[dev-exchange-apnh8ayer-nishit-barias-projects.vercel.app](https://dev-exchange-apnh8ayer-nishit-barias-projects.vercel.app/)/

RashidSiddiqui2004 commented 4 months ago

@Nishitbaria Actually, the issue was with the backend, same answer id was stored twice in question document, so, now-on for new questions and answers, the count will be correct.

Also, I assume the existing questions are dummy questions, so it will have have any impact, these can removed in production.

Nishitbaria commented 4 months ago

Thank you for your contribution ✨