TODO tasks
src/utilities/integrity_check.py: z_obj.pprint('TODO: Code the Integrity Checker')
src/db/mysql.py: # TODO change how we do table creation. This is awful.
src/db/sqlite.py: self.z_obj.pprint('TODO: Code the Inegrity Checker')
src/processor/text_extraction.py: # TODO instances from query: dict with key 'query' and value being the query to run
src/processor/text_extraction.py: # TODO list of instances: list with instance UUIDs
src/crawl_manager/linkmap.py: # TODO Max link depth
src/crawl_manager/linkmap.py: # TODO include regular expression, open cases.
src/crawl_manager/linkmap.py: # TODO improve count query
src/crawl_manager/linkmap.py: # TODO Abstract this
src/crawl_manager/linkmap.py: # TODO add regular expression match
TODO:
- Code the Integrity Checker for utilities/integrity_check and db/sqlite
- Mysql - Change how we do table creation
- Text_extraction - Instances from query: dict with key 'query' and value being the query to run
- Text_extraction - List of instances: list with instance UUIDs
- linkmap - Max link depth
- linkmap - Include regular expression, open cases
- linkmap - Improve count query
- linkmap - Abstract this
- linkmap - Add regular expression match