amc-corey-cox / BDC_Dashboard

My personal repository for work on the BioData Catalyst Dashboard
Apache License 2.0
4 stars 2 forks source link

Remove dead files and dead code #37

Closed amc-corey-cox closed 9 months ago

amc-corey-cox commented 11 months ago

Several of the templates in api/tracker/templates/tracker are no longer used but the app at all or needed for future development. These should be removed. This is also a good time to look for dead code and unnecessary imports. If we are only using code for files that are no longer being served through the urls.py we should get rid of it.

amc-corey-cox commented 11 months ago

Blocks #36 We should remove all the dead code we can before we check which requirements we can remove.

amc-corey-cox commented 9 months ago

This has been cleaned up with recent PR's. Fixed with PR #46