Skip to content

Conversation

@rajshekharbind
Copy link
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

@ayushkrtiwari ayushkrtiwari self-requested a review November 4, 2025 19:00
@ayushkrtiwari ayushkrtiwari added Type:Easy intern works PR:Accept To acknowledge the PR hacktoberfest-accepted Semver:major Represents major development change enhancement New feature or request feature new feature added Infrastructure File structure migration move, migrate labels Nov 4, 2025
@ayushkrtiwari ayushkrtiwari merged commit 0ac5360 into OPCODE-Open-Spring-Fest:main Nov 4, 2025
15 of 16 checks passed
Copy link
Collaborator

@ayushkrtiwari ayushkrtiwari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request feature new feature added hacktoberfest-accepted Infrastructure File structure migration move, migrate PR:Accept To acknowledge the PR Semver:major Represents major development change Type:Easy intern works

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.

2 participants