Skip to content

Remove data dashboard; moved to collab-data repo#79

Merged
dimkab merged 2 commits intomainfrom
cleanup-db-and-dashboards
Apr 14, 2026
Merged

Remove data dashboard; moved to collab-data repo#79
dimkab merged 2 commits intomainfrom
cleanup-db-and-dashboards

Conversation

@dimkab
Copy link
Copy Markdown
Collaborator

@dimkab dimkab commented Apr 14, 2026

Summary

  • Removes collab_env/dashboard/ (the GCS/rclone data browser) along with scripts/dev_dashboard.sh, tests/test_dashboard.py, and docs/dashboard/.
  • Drops panel and param from pyproject.toml dependencies (verified dashboard-only).
  • README.rst prerequisites trimmed: ffmpeg section removed; rclone section rephrased as "Required for GNN data access" (still used for the manual rclone copy commands in the GNN docs).

This code now lives in collab-data as collab_data.data_dashboard, alongside the database layer and analysis dashboard from #73 (which is being closed unmerged — all of its code was imported into collab-data as well).

collab_env/data/file_utils.py and gcs_utils.py intentionally remain in this repo — they are still imported by ~15 modules across sim, gnn, and tracking. Duplicating them between repos is an accepted cost.

Test plan

  • CI: test.yml, lint.yml, test_notebooks.yml, lint_notebooks.yml all green
  • Fresh venv: bash setup.sh --dev succeeds; the resolve no longer pulls in panel / param
  • python -c "from collab_env.data.file_utils import expand_path; from collab_env.data.gcs_utils import GCSClient" works
  • Smoke-import sim/gnn entrypoints that depend on file_utils: collab_env.sim.boids.run_simulator, collab_env.gnn.train, collab_env.gnn.gnn_3D.train_3DGNN

🤖 Generated with Claude Code

dimkab and others added 2 commits April 14, 2026 15:45
The GCS data browser (collab_env/dashboard/) has been imported into the
collab-data repo, which is the proper home for data access and exploration
tooling. This removes it from collab-environment along with its
supporting scripts, tests, docs, and dependencies (panel, param).

file_utils.py and gcs_utils.py remain in collab_env/data/ since they
are still imported by sim, gnn, and tracking.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dimkab dimkab merged commit 5e99399 into main Apr 14, 2026
3 of 4 checks passed
@dimkab dimkab deleted the cleanup-db-and-dashboards branch April 14, 2026 20:22
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.

1 participant