Skip to content

Design Document

Sam edited this page Mar 23, 2019 · 6 revisions

Structure of our codebase

  • admin/ folder: It contains an admin control panel app designed for admin usage only.
  • admin-scripts folder: Some automated scripts that will be eventually integrated in the admin control panel to be run periodically and automatically.
  • course-info/ folder: It contains scripts to fetch all the exam and course information from Cornell websites.
  • docs/ folder: It is the place where we document important design decisions.
  • frontend/ folder: It contains all of our frontend code.

Overview Documents

Some overview documents are listed below. For more implementation detail, please refer to those in-code comments.