- Admin module is only module that can DELIST posts site wide. This is only done to content that we are mandated to. All other admin is handled by the Report model.
- If a Report status changes to “CONTENT_REMOVED” then the content disappears for users of that community filter
- Changed /moderation to /report for back end
- Did not finish front end
- Report Modal Rule Drop down updates
- When not in community show the Community Rules first then Factiii then any other communityfilters the user has set
- When on normal site show factiii first then other communityfilters the user has set
- This will make it so the user can report rule violations for any of the communityfilters they use
- When rule violations are reported they goto the communityfilter rule that was chosen in the dropdown. As a result we might be able to drop the communityFilterId from Report completely as each Rule is attached to a community anyways. Makes query weird so up to you.