anderm18 / HASSPathways

An interactive web application that allows students to navigate through their selected HASS integrated pathway courses
http://hasspathways.com
MIT License
13 stars 6 forks source link
hacktoberfest

HASS Pathways

Netlify Status deployment

Project Details

This project was developed to help students navigate through Rensselaer Polytechnic Institute's newly designed HASS (humanities, arts, and social sciences) curriculum--effective for the class of 2023 and beyond--which requires students to take part in an integrated pathway. The HASS Integrative Pathways were created to enhance students' HASS Core curriculum by bringing intentionality and depth to the requirements. The themes of the pathways vary in their intentionality; some are interdisciplinary, while others focus on a single discipline, providing students with significant options for their coursework. In addition to providing a more in-depth focus to the HASS Core, many Integrative Pathways can be transformed into minors with relative ease.

Information in regards to the goals of the pathways include:

Administrator Information

Admin Portal

(NOT LIVE AS OF 6/4/2024)

  1. Go to www.hasspathways.com
  2. Navigate to the Admin portal from home page.
  3. Log in using RPI RCS login through shibboleth.
  4. Any changes you make will be sent to the backend and later deployed.

Data Sheet

https://docs.google.com/spreadsheets/d/1w6BNcxYCE54pvCJJWHiEoE9CiMjRrVNKeUArV97qN8w/edit?usp=sharing

Automation

  1. Head to https://hasspathways.herokuapp.com/admin
  2. Login
  3. Head to https://hasspathways.herokuapp.com/upload-csv and upload the CSV file
  4. Go to this repository's GitHub Actions page
  5. Run the automation (it'll run automatically every Sunday @ 12 AM)

Developer Information

Frontend Setup

Backend Setup

(NOT LIVE AS OF 6/4/2024)

-- NOTE: In order to run the backend properly, you must edit the endpoints which are being called by Axios in the Front End. Feel free to use ours, as it is already hosted on AWS, however, do note that you will not be able to access our hosted database without a proper key. Alternatively, you will need to edit the backend python code to connect to your own database.

-- To access our hosted AWS resources, please contact a Contributor. The code reflected here is what we are hosting currently, just without our Security Keys.