Skip to content

chore: move Streamlit dashboard to legacy/streamlit (fixes #23)#26

Closed
rajshekharbind wants to merge 2 commits intoOPCODE-Open-Spring-Fest:mainfrom
rajshekharbind:main
Closed

chore: move Streamlit dashboard to legacy/streamlit (fixes #23)#26
rajshekharbind wants to merge 2 commits intoOPCODE-Open-Spring-Fest:mainfrom
rajshekharbind:main

Conversation

@rajshekharbind
Copy link
Copy Markdown
Contributor

Description:

  • Moved Streamlit dashboard files to legacy/streamlit/ using git mv to preserve history.
  • Updated README and any references to the old path.
  • Verified Streamlit runs locally at streamlit run legacy/streamlit/streamlit_app.py.
  • Ran tests: pytest -q (all passing) and lint (ruff).

Checklist:

  • Files moved via git mv to preserve history
  • README / docs updated
  • Local run verified (Streamlit loads)
  • Tests run locally

Notes:
If any production deployment or CI expects the old path, please update CI/env variables accordingly.

Closes: #23

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.

Streamlit dashboard files moved to legacy/streamlit/ (or equivalent) via git mv.

1 participant