Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up unused code #753

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Clean up unused code #753

wants to merge 9 commits into from

Conversation

hancush
Copy link

@hancush hancush commented Mar 15, 2021

Overview

This PR implements the recommendations for code cleanup as outlined in #705. Note that it removes the models and other code for the apps to be removed (area and geosite) and adds migrations to clean up the tables. We need to deploy the apps in this empty state so the tables are removed from the deployed databases, then we can remove the apps.

The full diff is huge because I removed a ton of static files that we no longer use. This diff covers the removal of the apps.

Testing Instructions

  • Confirm that automated tests don't break.

@hancush hancush requested a review from fgregg March 16, 2021 20:39
@fgregg
Copy link
Collaborator

fgregg commented Mar 17, 2021

nice clean up. might be good to use a tool like https://github.com/jendrikseipp/vulture to check for stray bits of code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants