Code Monkey home page Code Monkey logo

oneschedule's Introduction

OneSchedule

[URGENT] We are actively looking for a developer from Fulbright to maintain the website as our team is graduating. Email [email protected] if you are interested!

OneSchedule is a course-schedule visualizer for Fulbright Univesrity Vietnam. Its main features are:

  • Visualizing course schedules (with color theme)
  • Presenting course offerings (with filters and table/gallery views)

Our goal is to reduce time spent for course selection at the beginning of each semester to 30 minutes per student.

Getting started

Install NodeJS and Yarn, then run the following command to install all dependencies:

yarn

Then, host the app in your machine by running:

yarn start

Technical design

We use React (JavaScript), Redux and Bootstrap 5. There is no backend and offerings data is stored directly in the browsers.

Schedule Update Guide

Before the registration period of every semester, we regularly update the schedule data on our website. This is the core maintenance activity keeping the app alive.

Prerequisite:

Follow the steps:

  1. Srap the schedule using fuv-scrapper. It usually takes 30 minutes. You will get a file with name like 2022-2023 Spring 2023 Term.json.
  2. Make sure the schedule file is correct: no missing schedules, manual courses -- like PE -- were added, etc. VSCode's Format Document command may help format the JSON.
  3. Copy the schedule file from fuv-scrapper repo into src/data here.
  4. Update the timestamp in src/utils/config.ts (named config.last_updated).
  5. Host the app locally to make sure the new schedule and timestamp are correctly shown.
  6. Add, commit, and push to GitHub. The code will be automtically deployed, which can be observed in Github Actions.
  7. A few minutes after the deployment, make sure that the official website is updated.

oneschedule's People

Contributors

npnkhoi avatar tnlong311 avatar pazabol avatar longdoan189 avatar

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.