futel / asteriskserver

SIP server for Futel
Creative Commons Zero v1.0 Universal
24 stars 7 forks source link

implement facility for admin to approve user generated content #574

Closed kra closed 1 year ago

kra commented 1 year ago

We shouldn't have any user generated content which hasn't been approved by an admin to remove offensive or inferior content. We might want arbitrary flags for some things but at first we only need "approved" or null, and that's probably all we will need.

In general we need:

kra commented 1 year ago

This is done for the challenges and could be generalized. The challenge version uses the challenge csv file, which has some drawbacks, another facility could use the csv tooling or do something less klugy like redis or sqlite.