Skip to content

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

@jeromehardaway jeromehardaway added the bug Something isn't working label Nov 22, 2024
@jeromehardaway jeromehardaway assigned jonulak and unassigned Sfayson1 Nov 22, 2024
@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