forked from alisonmsmith/topicflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
If the following is done:
- run.py -a is used to add a new project
- run.py -d is used to delete full disclosure 2012 (the default project)
The data of Full Disclosure 2012 will be removed, however controler.js and index.html will still contain information of Full Disclosure, leading to a menu that can't be accessed on the GUI. Manually scraping the data (which is minimal effort) can effectively replace it, but we should be able to do it with run.py
The current logic of run.py is to search for code to insert and delete as datasets are added and removed to circumvent the hardcoded data. However, rather than relying on a fixed dataset this should be much simpler to do with using comment markers instead.