Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor makefile update-sources; add deps; tweak other commands | Bryan Newbold | 2020-06-02 | 1 | -13/+55 |
| | |||||
* | 'everything' at least partially working | Bryan Newbold | 2020-06-01 | 1 | -27/+32 |
| | |||||
* | WIP (commented out) on Makefile | Bryan Newbold | 2020-05-07 | 1 | -13/+59 |
| | |||||
* | update test/lint scope | Bryan Newbold | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | start a Makefile | Bryan Newbold | 2020-05-07 | 1 | -0/+22 |
Move all "index" functions into classes, each in a separate file. Add lots of type annotations. Use dataclass objects to hold database rows. This aspect will need further refactoring to remove "extra" usage, probably by adding database rows to align with DatabaseInfo more closely. |