Update todolist

This commit is contained in:
Blizzard Finnegan 2023-03-15 11:14:08 -04:00
parent 5796163068
commit 2820fb4f34
No known key found for this signature in database
GPG key ID: 86DC1B09AC2E1807

View file

@ -4,14 +4,13 @@
### OpenCVFacade
- [ ] Break out compose into a separate function
- [x] Break out compose into a separate function
- [ ] saveImage should have more robust file output checking
## Low-priority improvements
### All
- [x] denote overrided functions in first sentence of function
- [ ] reduce Javadoc linking to one link per reference per class
- [ ] Use generated Javadocs to improve Javadocs (perpetual)
@ -19,8 +18,3 @@
- [ ] Debug and ensure GUI is written properly
### TesseractFacade
- [x] parse text-based input?
- Determined to be unnecessary, as further data filtering is all that is required.