anokbakn / StudyHall

StudyHall Application for DCSP
0 stars 2 forks source link

Admin Console/View #1

Open krislmassey opened 8 years ago

krislmassey commented 8 years ago

Need views with admin functionality/buttons/options

-1 page to view all users and block/unblock -1 page to block/unblock forum Topics and posts -1 page to block/unblock documents

krislmassey commented 8 years ago

It might be easier to just include buttons on the forum topic, forum post, and document viewer pages for the admin to block those items rather than creating totally separate views for them. It would be as easy as checking if the user is an admin for each item we're rendering on the page and if they are including the block/unblock button. If the user has admin privileges they'll see blocked items and if it's a regular user they won't see the blocked items. That would probably only take 20 lines of code to accomplish tops.