- server factiiis.controllers has function processFactiis
- add if statement to bottom to check if the [postFactiii.factiii.name](http://postFactiii.factiii.name "") === ‘nsfw’
- If yes then have it check if that post has that factiii tag already
- if no then submit a report to Report
- Doing this will make it submit a report on the first nsfw factiii. The factiiis are tied to spaces so the report will know where to file.
- Make it so the report knows whether it is a traditional report or a factiii
- if a factiii you will need to modify the card to include the number of factiii tags on that report
- Do the same if statement check for politics factiii
This should cover the case where someone makes a newPost with a factiii and when someone tags a post through factiiiModal.
OLD GUIDANCE BELOW
Currently the moderation center only works with reports.
- Upadte model PostFactiii
- change status default from APPROVED to PENDING
- Update it to look for posts with PENDING factiiis NSFW, POLITICS
- Make it smart so if a POST gets reports NSFW or POLITICS multiple times then it only shows up once in moderation.
- Have a button that says “APPROVE” and “REJECT” that modify the postFactiii status accoridngly