community-platform icon indicating copy to clipboard operation
community-platform copied to clipboard

Questions: Add and display question state

Open benfurber opened this issue 11 months ago • 0 comments

Right now.

  1. If a Question is posted it's there FOREVER, unless an DB admin deletes it.
  2. If a Question has received the perfect answer, there's no way to way that it's been answered

Feature

Add question.state which the user can set to an enum of 'open', 'closed', 'hidden', these enums should have display labels of 'Needs answering', 'Answered', 'Hidden'.

How the in-progress/completed label on research is a good guide on how to implement this.

Add the field as a radio on the create/edit form.

benfurber avatar Mar 20 '24 18:03 benfurber