-
Notifications
You must be signed in to change notification settings - Fork 359
Better Moderation Tools #485
Copy link
Copy link
Open
Labels
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.Some other Code related issue and it should clearly describe what it is affecting in a comment.DBPertains inclusively to the Database operations.Pertains inclusively to the Database operations.UIPertains inclusively to the User Interface.Pertains inclusively to the User Interface.enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.featureSomething we don't already have implemented to the best of knowledge but would like to see.Something we don't already have implemented to the best of knowledge but would like to see.securityUsually relates to something critical.Usually relates to something critical.team bizThis is similar to a meta discussion.This is similar to a meta discussion.
Milestone
Metadata
Metadata
Assignees
Labels
CODESome other Code related issue and it should clearly describe what it is affecting in a comment.Some other Code related issue and it should clearly describe what it is affecting in a comment.DBPertains inclusively to the Database operations.Pertains inclusively to the Database operations.UIPertains inclusively to the User Interface.Pertains inclusively to the User Interface.enhancementSomething we do have implemented already but needs improvement upon to the best of knowledge.Something we do have implemented already but needs improvement upon to the best of knowledge.featureSomething we don't already have implemented to the best of knowledge but would like to see.Something we don't already have implemented to the best of knowledge but would like to see.securityUsually relates to something critical.Usually relates to something critical.team bizThis is similar to a meta discussion.This is similar to a meta discussion.
This topic was raised in #469. Since Moderators are currently depending on the data the rating bar provides, alternatives would need to be added before we can remove it.
Idealy something like this:
{removedAt: null}but allows moderators to view removed scripts in the same list as non removed scripts.Script.removedAt: {type: Date},Script.removedBy: {type: ObjectId, ref: 'User'}. MaybeScript.removed: {type: Boolean}but it isn't really needed as we can query forremovedAt.<tr class="danger">.<div class="alert alert-danger">listing all the reported messages, along with a button to do common moderation tasks. This could be visible to moderator and above only, or visible by everyone.Some of the things in the above section would be nice to do, but is a lot of work for something that would be a pain to get approved since it involves refactoring working code.
Not in screenshot: