Conversation
Closed
sonnyp
added a commit
that referenced
this pull request
Jun 3, 2025
Follow up from #628 Adds [dashboard](https://github.com/PlanktoScope/dashboard/) as a Node-RED project using a git submodule. Why git submodule and not import `dashboard` into this repository? Because it seems Node-RED is having issues with `git` when dealing with higher up repos. Might fix it later but for now this will do. Clicking on a changed file such as  results in  for `planktoscopehat` and `adafruithat` projects it's fine as we're used to using `git` cli anyway but for the new dashboard we want all the bells and whistles of Node-RED --- The `enable-developer-mode` script was removed as we don't clear the `.git` folder anymore. It only saved ~100mb and clearing it is causing headaches with submodules.
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.
Changes
adafruithatandplanktoscopehatfrom user dirs to user projects/software/node-red-dashboard/*to/node-red/*The next step is to import the new dashboard as a new project which will look like this:
adafruithat(deprecated)planktoscopehat(deprecated)dashboardThis allows:
node-red code deduplication between
adafruithatandplanktoscopehatcan happen on the newdashboardprojectimport the new dashboard as a project that is not used by default
simplify pahs