Giter Club home page Giter Club logo

interactive-prerequisite-flowchart's Introduction

Interactive Prerequisite Flowchart

Welcome to the Interactive Prerequisite Flowchart!

Documentation

  1. Mermaid
    • Currently used for drawing the flowcharts to the webpages. Plans are to migrate from this to either Reaflow or Reagraph.
  2. Reaflow and/or Reagraph
    • Not yet in use, but will be migrated to soon.
  3. Coursedog Curriculum API
    • This project is made by and for UMN students.
    • The university is moving its data into Coursedog, making this API a solid choice for our data.
  4. Graph generation from above data
    • app/data/graphBuilder.ts is responsible for building prerequisite graphs that show the prerequisite relationships encoded in the data, nesting all the way back to introductory level courses.
  5. Generate json data files
    • app/data/sources.js is a script for generating all json data files.
    • Modify sources.js to fit your needs.
    • Use pnpm sources from the top-level directory to run the script.
  6. Access json data files
    • Import Access from app/data/access.js or open the json files in folder app/data/Dog and app/data/General directly.

Contribute

If you are not part of the main team, first fork and then clone the repository. Then setup and install dependencies as specified in Initialize and Run.

All development should be based on the development branch, so base any changes off the latest version of development. This project uses ESLint and Prettier. Use pnpm lint to check for linting errors or setup your editor to display them.

Once ready to be merged in, submit a pull request (specify what issue will be resolved by this PR).

Initialize

Make sure to download and install the following:

Run

To run the project locally, follow these steps:

  1. Install dependencies:
    pnpm install
    
  2. Run the development server:
    pnpm dev
    

Start

To start the project, follow these steps:

  1. Build the project:
    pnpm build
    
  2. Start the server:
    pnpm start
    

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.