-
Notifications
You must be signed in to change notification settings - Fork 0
Managing Access
FrankSiderio edited this page Apr 13, 2018
·
8 revisions
Managing access for the SGA Website is fairly simple. You'll need to get into the database. Depending on which environment you are doing this in the url will differ.
Learn how to get into the Database if you haven't already.
News Article, Red Rant, and Parking Appeals Roles
The News Article role can create/edit/delete news articles on our news page. The Red Rant role can review and delete reported rants. The Parking Appeals role can review and make decisions on tickets.
- Add the
cwid
of the person who will be taking on this role into thePeople
table - In the
PersonRole
table insert a row with the studentscwid
and the roleId corresponding to the role you want to give them (SeeRoles
table) - To verify this worked have the student go to
/admin/news
or/admin/rants
. For parking appeals go to/parking-appeals
and there should be a review tickets button towards the bottom of the page
- Create the role in the
RolesTable
with one of the SGA groups (Executive Cabinet, Senate, Judicial, Administration) if its not created already
- If the group isn't created then you'll need to create it in the
Groups
table
- Add the persons
cwid
into thePeople
table - In the
PersonRole
table add their cwid and which role they have - Each SGA Member (mainly cabinet) have tags associated with them. Checkout the
RoleTag
table for that (this shouldn't change much unless the positions themselves are changing)
- Home
- CIO
- Words of Wisdom
- Developers
- Designers
- Web Applications
- Making Changes
- Infrastructure
- Resources
- Key Contacts
- Future Plans