feat: Organizational Chart#26261
Merged
nabinhait merged 45 commits intofrappe:version-13-hotfixfrom Aug 10, 2021
Merged
Conversation
- remove all connectors while expanding a group node
- method to return the node data - wrapper for showing the hierarchy
|
This is Great Will we be able to change relationship by using drag and drop from the chart ? |
Member
Author
Thanks. No this is just for visualising the hierarchy based on the "reports to" field and not building the employee tree. |
- optimise get_children function - use promises instead of callbacks - optimise selectors - use const wherever possible - use pure js instead of jquery for connectors for faster rendering
fa55853 to
377c50f
Compare
nabinhait
requested changes
Aug 10, 2021
nabinhait
approved these changes
Aug 10, 2021
6 tasks
This was referenced Aug 11, 2021
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Organizational Charts
An organizational chart shows the organizational structure by depicting connections between different employees with their designation, image, and name. In large organizations where it's difficult to remember names, people can interact with the org chart and know the hierarchy through faces and other info. The Edit button navigates to the employee master.
Desktop View
Interactions:
org-chart.mp4
Expand All and Export
org-chart-export.mp4
Mobile View
After clicking on sibling group:
Documentation PR: frappe/erpnext_documentation#364
ToDo