Remove data dashboard; moved to collab-data repo#79
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
collab_env/dashboard/(the GCS/rclone data browser) along withscripts/dev_dashboard.sh,tests/test_dashboard.py, anddocs/dashboard/.panelandparamfrompyproject.tomldependencies (verified dashboard-only).README.rstprerequisites trimmed: ffmpeg section removed; rclone section rephrased as "Required for GNN data access" (still used for the manualrclone copycommands 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.pyandgcs_utils.pyintentionally 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
test.yml,lint.yml,test_notebooks.yml,lint_notebooks.ymlall greenbash setup.sh --devsucceeds; the resolve no longer pulls inpanel/parampython -c "from collab_env.data.file_utils import expand_path; from collab_env.data.gcs_utils import GCSClient"worksfile_utils:collab_env.sim.boids.run_simulator,collab_env.gnn.train,collab_env.gnn.gnn_3D.train_3DGNN🤖 Generated with Claude Code