Giter Site home page Giter Site logo

campus-manager's Introduction

Campus Manager

CircleCI

Development

You first need to setup your environment.

Machine Dependencies

  1. Download and install Node.js (at least version 8.9.4)

  • Mac OSX
    1. Install Xcode
    • Open it and accept the terms
    1. Install Homebrew
    2. Install MongoDB brew install mongodb
    3. Create MongoDB data directory sudo mkdir -p /data/db
    4. Correct permissions sudo chmod -R 0755 /data/db && sudo chown $USER /data/db
    5. Start MongoDB mongod
    • Leave this running or just close the terminal window while running
    • You'll have to do this step every time you restart your computer
    1. Install Python 2 brew install python@2
  • Windows
    1. Install Chocolatey
    2. Install MongoDB choco install mongodb -y
    3. Create MongoDB data directory mkdir /data/db
    4. Start MongoDB mongod.exe
    • Leave this running or just close the terminal window while running
    • You'll have to do this step every time you restart your computer
    1. Install VCBuild Tools choco install vcbuildtools -y
    2. Install Python 2 choco install python2 -y
  • Linux
    1. Install MongoDB sudo apt install mongodb
    2. Create MongoDB data directory sudo mkdir -p /data/db
    3. Correct permissions sudo chmod -R 0755 /data/db && sudo chown $USER /data/db
    4. Start MongoDB mongod
    • Leave this running or just close the terminal window while running
    • You'll have to do this step every time you restart your computer

App Dependencies

After forking, cloning, and navigating into repository:

  1. Check to see if python --version returns Python 2.*
  • If not and on Mac, run alias python=python2 and try again
  1. Install dependencies yarn
  2. Duplicate .env.example and name it .env
  3. Leave npx gulp running in one terminal session
  4. Navigate to http://localhost:3000/register to create a user

Testing

  1. Download Google Chrome
  2. Install Java JDK
  • Mac OSX brew cask install java
  • Windows choco install jdk7
  • Linux sudo apt install openjdk-8-jdk-headless
  1. Run yarn test

campus-manager's People

Contributors

alexjgaw avatar canaandavis avatar chrisperk avatar clofton avatar dependabot[bot] avatar fasteddiegarcia avatar jorions avatar kevincolten avatar nickdunn2 avatar robertowebdev avatar seanphilippi avatar stu-k avatar zacacollier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

campus-manager's Issues

Student Average

Calculate student averages in grade books and show averages when students login

Add Super Role

  • Add a super role that can change their client ID
  • Have clients enter an Organization Name
  • Automatically have admin role

Localize client information

Everthing is attached to a client, but all users/terms/courses/etc are being returned. Should be localized to client.

Create course page

  • Roster of students
  • github links
  • attendance sparkchart
  • Mailto group link (bcc)

Student page

When a student signs in, he should see a simple card with all relevant information (attendance, grades, profile)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.