Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.57 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.57 KB

📋 - Evaluator's Guide to the Commilito Repository

Intended for judges, however the viewing public is welcome to take a look.

Hey! We wanted to make this guide in order to help provide you information about our repository as there are a lot of things on there, both current and old.

To view current implementations, view the following files

Frontend
  • Live demo here. (if that doesn't work, try this.)
  • Code for this demonstration is new-app.py on our Github repository here..
Algorithm
  • Live demo here.
  • Code for this demonstration is final-algo.py on our Github repository here..
Database Schema
  • Integration was attempted in db_rep.py and application.py in our repository.

Some past implementations

Frontend

work_in_progress.py and new-test.py were attempts to integrate everything with a Google Sheets DB and rudimentary versions of our final frontend, respectively.

Backend

The backend folder along with db.py in our repository are our current attempts at integration and creating a backend. The algo.py in our repository are our previous attempts at an algo for demonstration purposes.

Miscellaneous

The other-idea folder has some previous attempts at integrations and the file name is a relic of a time when we had another idea brewing but believed in this one a bit more.