add todo for being smarter with json.loads column types

This commit is contained in:
2021-07-17 16:35:29 +10:00
parent 3827836381
commit d4964948e1

2
TODO
View File

@@ -15,6 +15,8 @@
* remove dirs after the duplicate cleanup removes all its content
* fix up logging in general
* could look to remove the hand fixing of json.loads of array data --> seems you can make your own datatype in the ORM, and it can do the conversion every time you use it
- https://stackoverflow.com/questions/28143557/sqlalchemy-convert-column-value-back-and-forth-between-internal-and-database-fo
* comment your code
* more OO goodness :)