You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current folder and package structure requires a refactor.
Remove unused code
Restructure code structure / layout
Add tests
Proposed Structure
The database_handler package has large amounts of code that are unused and can be removed entirely. The main elements required are those that are related to the check_db.py and backend_cli.py scripts.
web_scrapers.py & norway.py
These can be broken down into individual modules / files so that as we add more scrapers, it is easier to manage.
The text was updated successfully, but these errors were encountered:
Current folder and package structure requires a refactor.
Proposed Structure
The database_handler package has large amounts of code that are unused and can be removed entirely. The main elements required are those that are related to the check_db.py and backend_cli.py scripts.
web_scrapers.py & norway.py
These can be broken down into individual modules / files so that as we add more scrapers, it is easier to manage.
The text was updated successfully, but these errors were encountered: