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

Refactor data loading out of app.py #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jonulak
Copy link
Contributor

@jonulak jonulak commented Nov 22, 2024

Refactor data loading logic out of app.py into data/data_loader.py

  • All data loading logic moved to data_loader.py
  • app.py imports and uses functions from data_loader
  • All existing tests pass
    • Refactored tests from tests/test_streamlit_app.py to data/tests/test_data_loader.py
  • No changes to current data loading behavior

Resolves #20

@jonulak jonulak marked this pull request as ready for review November 22, 2024 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate job code loading from app.py
3 participants