Coder Social home page Coder Social logo

quacs-data's Introduction

QuACS - The Questionably Accurate Course Scheduler

View the live website here: https://quacs.org

Want to ask a question, help with development, or just hang out? Join our discord!

What are people saying?

quacs do be lookin pretty fresh tho — Former YACS Project Manager

"Best thing since sliced bread" — Chris Jerrett

plz dont quote me — @quacs duck@quacs duck

QuACS Philosophy

  • Course Scheduling is not that complex and can be done in the user's browser. QuACS will always be a simple static website on GitHub pages.
  • QuACS should be accessible to everyone. If you have an accessibility issue, please let us know and we will try our best to fix it.
  • Mobile phones should not be second class citizens. Do not hide important data from people on mobile devices.
  • Open Source. Everything in QuACS is open source under the MIT License.
  • Competition drives innovation. We love competition because we feel that everyone is better off because of it. Our data is not only publicly stored in this repo, but it also is easy to acquire yourself using our scrapers. We would love to see what people can do with the data!
  • Your privacy is extremely important. We do not collect any identifying data and, because everything is client side, you can rest assured that nothing you upload or do on QuACS is viewable by anyone else.

Other Notes

QuACS is a proud member of the Rensselaer Center for Open Source

QuACS is not affiliated with YACS. The work they have done has been invaluable to the RPI student body and while our codebase is different, much of our design was inspired by YACS. We however also support competition and believe we provide a number of features that YACS does not. We are hoping you try us out when you register for classes next semester.

Development info

NOTE: The following commands MUST be run within the site/ directory:

Project setup

yarn install

You'll also need to install Rust and wasm-pack to build the WebAssembly components of the website. Instructions for installing wasm-pack can be found here.

Compiles and hot-reloads for development

yarn serve

Lints and fixes files

yarn lint

Run e2e tests

To start a local test server running on the correct semester for the e2e tests run:

yarn test:serve

Once the server is up and running you can launch cypress and run the tests with:

yarn test:e2e

Or run it headlessly with:

yarn test:e2e:headless

Contributing a theme

Please replace dark with your theme name

  1. Make a copy of site/src/assets/styles/colors.css into the themes folder with the name dark.css
  2. Import your theme in site/src/main.ts using import "@/assets/styles/themes/dark.css";
  3. Replace :root { on line 1 in the new css file with [data-theme="dark"] {
  4. Go to site/src/components/Settings.vue and add your theme to themeOptions in the format { value: "dark", text: "Dark" },
  5. Edit the colors in your new css file and when you are ready, make a pull request!

quacs-data's People

Contributors

benjaminrsherman avatar elihschiff avatar io12 avatar powe97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quacs-data's Issues

Repo should auto update data using github actions

It would be really nice if the repo auto updated the data using github actions. Some of the data should update once a day other stuff like the catalog can most likely update once a week or even once a month

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.