swappsco / django-qa

A simple Q&A App
http://django-qa.readthedocs.io/en/latest/index.html
MIT License
99 stars 34 forks source link

[Feature Request] Ability to mark which answer resolve the question #50

Closed ghost closed 6 years ago

ghost commented 6 years ago

Actually, you can mark a question as resolved. But you can't say which answer resolve the question.

It would be useful if you can mark and show which answer resolve the question.

ghost commented 6 years ago

I see you have started by creating a view named AnswerQuestionView, but it's not used on any template. What is his status?

cdvv7788 commented 6 years ago

Oh really? The user should have the possibility of knowing which question was marked as an answer. I will check this and the PR. Thanks!

cdvv7788 commented 6 years ago

Added a couple things to PR and closed it. Marking the answer as the accepted one, should not close the question. I added a button to the question so the owner can close it if he wants to. Thanks for the PR.