RightToAskOrg / righttoask-app

GNU General Public License v3.0
3 stars 2 forks source link

Plaintext votes 2 #141

Closed vteague closed 1 year ago

vteague commented 1 year ago

This is a start on getting plaintext up- and down-voting to work. I also organised dismissed-votes a little better.

Up-voting only works on the QuestionDisplayCard, not on the QuestionDetailView. Down-voting is not implemented yet. On the QuestionDisplayCard, both numbers are the total number of upvotes.

Flagging is not implemented except to turn the flag red.

While testing my changes, I noticed Issue #140 . However, I don't think this PR introduces it because it was present in main already.

vteague commented 1 year ago

corrected error that caused tests to fail.