Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-20 | Add page /admin/umbrellas | Frederick Yin | |
Lists all umbrellas in a table. | |||
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 | More work on web console | Frederick Yin | |
2021-10-19 | Flask web server prototype | Frederick Yin | |