Giter VIP home page Giter VIP logo

coolspy3-gradescope-calendar's Introduction

coolspy3-gradescope-calendar

This project is the web continuation of CoolSpy3/gradescope-calendar. It is a web app that allows you to import your Gradescope calendar into your Google Calendar.

The site is currently hosted at https://coolspy3-gradescope-calendar.web.app/.

For information on how to use the site and how the implementation works on a high level, please read this project's wiki

Project Layout

Here is a basic overview of the project layout. I've tried to list the main directories and files, but I've left out some of the less important ones.

- ./
  |- functions - Firebase Cloud Functions
  |  |- python - Python functions (Fetching Gradescope data and pushing to Google Calendar)
  |  |  |- main.py          - Main functions and top-level code
  |  |  |- requirements.txt - Python dependencies
  |  |  \- utils.py         - Helper functions
  |  |
  |  \- typescript - TypeScript functions (User deletion)
  |     \- src
  |        \- index.ts - Typescript function code
  |
  |- public - Static website code (HTML, CSS, JS, Images, etc.)
  |  |- css
  |  \- js
  |
  |- database_structure.json - Firebase Realtime Database structure
  |                            (This is for reference purposes only. It is not used by firebase.)
  \- firebase.json           - Firebase configuration

Database Layout

The database is divided into multiple sections for each type of information. Each of these is further divided into separate sections for each user. For more information see the How is Data Stored? page of our documentation and the database_structure.json file in the root directory of this repo.

Contributing

If you would like to contribute to this project, please read CONTRIBUTING.md.

coolspy3-gradescope-calendar's People

Contributors

coolspy3 avatar

Watchers

 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.