simonpkerr / music-memories

MIT License
1 stars 0 forks source link

admin section #13

Closed simonpkerr closed 11 years ago

simonpkerr commented 11 years ago

there needs to be an admin section so that I can remove content that is deemed offensive (or at least hide it). The best way would probably be to have a 'flagged' table that marks any page as flagged, emails me and the page author, allows me to see the page and potentially disable it. This would most likely only apply to walls so the wall could be made private if it was flagged as inappropriate.

simonpkerr commented 11 years ago

use the sonata admin bundle with the fos user bundle to accomplish this.

simonpkerr commented 11 years ago

user management now implemented but still needs testing.