Skip to content
This repository was archived by the owner on Apr 7, 2024. It is now read-only.
/ compass Public archive

Compass is a suite of tools for students enrolled in the University of London's online BSc in Computer Science program.

License

Notifications You must be signed in to change notification settings

world-class/compass

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2020
Oct 22, 2020
Nov 5, 2020
Oct 31, 2020
Oct 28, 2020
Feb 20, 2021
Feb 25, 2021
Jan 5, 2021
Oct 20, 2020
Sep 25, 2020
Oct 12, 2020
Oct 12, 2020
Oct 18, 2020
Mar 26, 2021
Nov 5, 2020
Dec 5, 2021
Dec 5, 2021

Repository files navigation

Compass

Compass is a suite of tools being developed for students enrolled in the University of London BSc in Computer Science online degree. A demo version is hosted at compass-reviews.herokuapp.com.

Current Features

Public features:

  • View a list of modules and sort them by difficulty, effort and quality as rated by other students
  • Read reviews submitted by verified students of the program

Student-only features:

  • Write and submit a review for a specific module
  • Edit your previously submitted reviews

Developement & Contribution

Principles

We want to make it as easy as possible to extend and maintain the functionality of Compass. Therefore, we adhere to the following development principles.

  1. We focus on high-value functionality first, and deprioritize bells & whistles
  2. We keep development lean and minimal. We do not invest in visual embellishment unless it adds value. We rely on standards provided by the tech stack we use.
  3. The circle of contributors is kept deliberately small, in order to retain speed and keep things manageable.
  4. Anyone can contribute via forking, and significant contributors may be added as direct contributors to the project.
  5. The active contributors decide what functionality will be added and approves any changes submitted.

How to Contribute

Compass is written as a Node.js application, using EJS, Express and MySQL.

If you want to contribute to development of Compass, we encourage you to explore the current issues first and follow this process.

  1. Pick an existing issue or submit a new one for consideration.
  2. Fork the repository.
  3. Make your changes in your repository.
  4. Open a pull request from your repository into the main repository. We expect well-commented code and concise, yet comprehensive commit messages.

Local Installation

  1. Navigate to the repository locally and install the required node modules.

    $ npm install
    
  2. Run the db_setup script in the db folder to build the database.

  3. Create .env file and insert your secrets into it. Use .env.example file as reference for what is required.

  4. Run nodemon and open the app at localhost:<port> specifying the port defined in index.js.

    $ npm install -g nodemon
    $ nodemon
    

About

Compass is a suite of tools for students enrolled in the University of London's online BSc in Computer Science program.

Topics

Resources

License

Stars

Watchers

Forks