Closed felipecalvo closed 3 years ago
We should update this, right?
There won't be true destroys anymore.
Edit: solved on a later commit.
Alright, it's finally done. You might want to quickly check the last four commits, but it's in line with what we talked earlier.
:dart: Goal
Let forum messages be soft deleted.
:memo: Details
The following deletion motives are introduced:
self_delete
, intended for users who want to delete their own message;inappropriate_content
,shares_correct_solution
anddiscloses_personal_information
, all three intended for moderatorsBesides the deletion motive, we will also be persisting who deleted the message (
deleted_by
) and when (deleted_at
)