Team Chart with YChart Basics#22
Merged
rnavyaprabha merged 14 commits intomieweb:mainfrom Apr 10, 2026
Merged
Conversation
Collaborator
Author
|
@rnavyaprabha - and this one too. |
7823cc5 to
50d9430
Compare
There was a problem hiding this comment.
Pull request overview
Adds the @mieweb/ychart library to the app and renders an organization chart for the currently selected (non-personal) team on the Teams page.
Changes:
- Added
@mieweb/ychartdependency (and lockfile updates). - Rendered a new “Chart” card on
TeamsPagefor non-personal teams. - Introduced
TeamChartcomponent that initializes/tears down aYChartEditororg chart view.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| package.json | Adds @mieweb/ychart dependency. |
| package-lock.json | Lockfile updates to include @mieweb/ychart and its transitive deps (d3, bootstrap, codemirror, etc.). |
| imports/features/teams/TeamsPage.tsx | Renders the chart card and passes derived team/member data into TeamChart. |
| imports/features/teams/TeamChart.tsx | New component that builds YAML and mounts the ychart editor with cleanup logic. |
…lizing team structure
… TimesheetPage, MessagesPage, and TeamChart components
refactor: add React.Suspense to TeamsPage for lazy loading TeamChart
4014bbe to
2b4ba2a
Compare
Collaborator
Author
|
Hey @rnavyaprabha. I knocked out the copilot suggestions, then rebased on |
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.
This change set simply adds ychart to the project, and displays an org chart for the current viewed team on the teams page.
Closes #13