As a programmer, I do not want TODO text in the code, but issues in github, so that we keep all in the same place.
I just found and removed these two in plugins/report/__init__.py and I'm afraid I do not know what they precisely mean.
plugin dependencies
# TODO: this module should depend on PlantPlugin, GardenPlugin,
# TagPlugin and should also allow other plugins to register between
# two type of objects
remove hard-coded dependencies (?)
# TODO: should be able to drop a new formatter plugin and have it
# automatically detected, right now we to return it in this modules
# plugin() function
As a programmer, I do not want TODO text in the code, but issues in github, so that we keep all in the same place.
I just found and removed these two in
plugins/report/__init__.py
and I'm afraid I do not know what they precisely mean.plugin dependencies
remove hard-coded dependencies (?)