This commit is contained in:
Peter Paul Kirschner 2021-02-28 21:53:14 +01:00
parent 09e6bb628d
commit 6b08dc2d7f
1 changed files with 9 additions and 5 deletions

View File

@ -3,15 +3,19 @@
## Summary ## Summary
The Tree Organization WebPart shows the Organization Chart of the or the team, the web part reads infomation from current user to build the Organization Chart. The Tree Organization WebPart shows the Organization Chart of the or the team, the web part reads infomation from current user to build the Organization Chart.
We can configure in the webpart properties if it show all Organization Chart or the only user team, (same manager and peers). You can configure in the webpart properties:
* show all Organization Chart
* the only user team, (same manager and peers).
* show Organization Chart by picking up user
![Organization Chart Web Part](./assets/react-tree-orgchart.gif)
![Organization Chart Web Part](./assets/Screenshot1.png) ![Organization Chart Web Part](./assets/Screenshot1.png)
![Organization Chart Web Part](./assets/Screenshot2.png) ![Organization Chart Web Part](./assets/Screenshot2.png)
![Organization Chart Web Part](./assets/Screenshot3.png) ![Organization Chart Web Part](./assets/Screenshot3.png)
![Organization Chart Web Part](./assets/react-tree-orgchart.gif)
## Used SharePoint Framework Version ## Used SharePoint Framework Version
![drop](https://img.shields.io/badge/version-1.10.0-green.svg) ![drop](https://img.shields.io/badge/version-1.10.0-green.svg)
@ -29,14 +33,14 @@ Property |Type|Required| comments
--------------------|----|--------|---------- --------------------|----|--------|----------
title | Text| no| WebPart Title title | Text| no| WebPart Title
teamLeader |Text|no|UPN of manager if viewType is 4 teamLeader |Text|no|UPN of manager if viewType is 4
viewType|enum(number)|yes|if currentUserTeam is set it's not required viewType|viewType(number)|yes|if currentUserTeam is set it's not required
maxLevels | Number| yes | Maximum number of levels to show maxLevels | Number| yes | Maximum number of levels to show
detailBehavoir |boolean|no|Delve or Live Persona Card detailBehavoir |boolean|no|Delve or Live Persona Card
excludefilter|boolean|no|Filter contains/not contains excludefilter|boolean|no|Filter contains/not contains
filter|string|no|Filter Value filter|string|no|Filter Value
currentUserTeam|boolean|no|only in Interface to handle previouse installations currentUserTeam|boolean|no|only in Interface to handle previouse installations
viewType values: ### viewType Enum:
``` ```
MyTeam = 1, MyTeam = 1,
CompanyHierarchy = 2, CompanyHierarchy = 2,
@ -54,7 +58,7 @@ Tree Organization WebPart|Peter Paul Kirschner ([@petkir_at](https://twitter.com
Version|Date|Comments Version|Date|Comments
-------|----|-------- -------|----|--------
1.1.0|Feb 27, 2021|Added <ul><li>Show Other Team</li><li>Live Contact Card</li><li>Filter Children</li><li>Graph API</li></ul> and minor Changes 1.1.0|Feb 28, 2021|Added <ul><li>Show Other Team</li><li>Live Contact Card</li><li>Filter user by userPrincipalName</li><li>Graph API</li><li>PNPJS updates</li></ul>
1.0.2|June 12, 2020|Added exception handler for profiles missing display name 1.0.2|June 12, 2020|Added exception handler for profiles missing display name
1.0.1|Jan 28, 2020|Update to SPFx 1.10, minor fixes and refactoring. 1.0.1|Jan 28, 2020|Update to SPFx 1.10, minor fixes and refactoring.
1.0.0|Feb 25, 2019|Initial release 1.0.0|Feb 25, 2019|Initial release