shareish / shareish

Main code of the Shareish platform (backend & frontend)

Home Page:https://shareish.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: close/unclose conversation in front-end

rmaree opened this issue · comments

add a button to close/unclose a conversation in the front-end conversation list

Who could close and open the conversation? If only the author, the actual database structure is good, because the conversation itself contains a is_closed field and we could make it only editable by the owner. But if both parties could close the conversation, we need to store who closes it too to prevent the other person to re-open it later on. And if we store it, where/what would be the best?