Refactoring code / clean up technical debt
thorbjoernl opened this issue · 0 comments
thorbjoernl commented
A number of special cases have accumulated which could be cleaned up a bit:
aerovaldb/src/aerovaldb/jsondb/jsonfiledb.py
Line 352 in bc68cfb
- Using overridden implementations for get/put report_images/mapoverlay (I think these can be simplified to use the regular routing mechanism and reduce duplicate code).
aerovaldb/src/aerovaldb/sqlitedb/sqlitedb.py
Line 310 in bc68cfb