| name | dev-ui-concept-sets |
| description | Use for D2E Concept Sets UI changes, including build, hot deploy, and verification workflow. |
Concept Sets Development
Use for changes under the Concept Sets UI.
Defaults
- App repo:
${D2E_APP_REPO:-repos/Data2Evidence}
- Source area:
repos/Data2Evidence/plugins/ui/apps/concept-sets/src
- NX project:
concept-sets
- Resource dir:
concept-sets
Workflow
- Reproduce bugs before editing when possible.
- Use direct source inspection with
rg, rg --files, and targeted file reads when locating Data2Evidence implementation details.
- Implement narrowly in the Concept Sets app and related shared libraries only when required.
- Build and hot deploy with
scripts/d2e-ui-hot-deploy.sh concept-sets. The helper builds with bunx vite build and updates both Trex UI resource roots: /usr/src/data/plugins/@data2evidence/d2e-ui/resources and /usr/src/bundled-plugins/d2e-ui/resources.
- Verify in the browser and check console/network output for regressions.