Skip to content
FrankSiderio edited this page Apr 13, 2018 · 8 revisions

SGA Website

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.

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.

  1. Add the cwid of the person who will be taking on this role into the People table
  2. In the PersonRole table insert a row with the students cwid and the roleId corresponding to the role you want to give them (See Roles table)
  3. 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

SGA Members

  1. 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
  1. Add the persons cwid into the People table
  2. In the PersonRole table add their cwid and which role they have
  3. 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)
Clone this wiki locally