Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-22 | Terminology: rename "checkpoint" to "bookmark" | Frederick Yin | |
2021-10-22 | Mobile view for overdue table | Frederick Yin | |
This prevents banner and tile containers from overflowing to the left. | |||
2021-10-21 | Basic interfacing with jForm API | Frederick Yin | |
Retrieve unread answer sheets from jForm. | |||
2021-10-21 | Mobile view for /admin/umbrellas | Frederick Yin | |
2021-10-21 | Fix bug within human_timedelta | Frederick Yin | |
2021-10-20 | Frontend updates | Frederick Yin | |
I forgot what I exactly did | |||
2021-10-20 | Separate "overdue" from "lent" as a distinct status | Frederick Yin | |
2021-10-20 | Add page /admin/umbrellas | Frederick Yin | |
Lists all umbrellas in a table. | |||
2021-10-20 | Update frontend, is more informational and pretty | Frederick Yin | |
2021-10-20 | Adjust Flask server to new database methods | Frederick Yin | |
2021-10-20 | Move database utilities to database.py | Frederick Yin | |
It may not be a good idea to scatter database utilities around utils.py. With this in mind, I moved them to database.py as static methods under the class Database. | |||
2021-10-20 | Move container style to top in css | Frederick Yin | |
2021-10-20 | More work on web console | Frederick Yin | |
2021-10-19 | Flask web server prototype | Frederick Yin | |
2021-10-19 | Database lock | Frederick Yin | |
Is a lockfile named "$DATABASE_NAME.lock". `Database._write()` prevents race conditions by enforcing the lock, and waiting until a previous lock is released. | |||
2021-10-19 | No more __main__ until further notice | Frederick Yin | |
2021-10-19 | Basic database operations | Frederick Yin | |
Define database format. Implement basic I/O operations and take_away / give_back methods. |