| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-07 | Add python type annotations | Terry Truong | |
| Also use consistent quote symbols Also use 'is None' instead of '== None' Also use 'if list1' instead of 'if len(list1) > 0' | |||
| 2022-08-20 | Use argparse in python scripts | Terry Truong | |
| 2022-07-11 | Update backend documentation | Terry Truong | |
| 2022-07-11 | Make backend dev server script serve the image files | Terry Truong | |
| Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images. | |||
