diff --git a/TODO b/TODO index 6c4a0c5..baf5f05 100644 --- a/TODO +++ b/TODO @@ -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 :)