django-contrib-comments icon indicating copy to clipboard operation
django-contrib-comments copied to clipboard

Add reason field to CommentFlag

Open rollue opened this issue 4 years ago • 1 comments

When a user flags a post, he/she is often given a form to fill out why he/she is flagging it for removal. I think this is such a common case so it may be worthwhile to add a reason field to the CommentFlag model - and it is especially true if you're developing a mobile app, with it being compulsory on iOS devices to include this feature. We can name it like reason, description or message ... etc.

rollue avatar Jan 19 '21 06:01 rollue

If this sounds reasonable, I'll try to add this with a PR :)

rollue avatar Jan 19 '21 06:01 rollue