extend readme

This commit is contained in:
Peter Paul Kirschner 2021-02-27 02:00:18 +01:00
parent 171d25cf9e
commit 02a78436d7
2 changed files with 19 additions and 5 deletions

View File

@ -11,6 +11,7 @@ We can configure in the webpart properties if it show all Organization Chart or
![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.png)
## 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)
@ -26,24 +27,37 @@ We can configure in the webpart properties if it show all Organization Chart or
Property |Type|Required| comments Property |Type|Required| comments
--------------------|----|--------|---------- --------------------|----|--------|----------
WebPart Title| Text| no| title| Text| no|WebPart Title
Show Only My Team| Boolean | true teamLeader|Text|no|upn of user
MaxDepth | Number| yes | Maximum number of levels to show viewType|enum(number)|yes|if currentUserTeam is set it's not required
``` MyTeam = 1,
CompanyHierarchy = 2,
ShowOtherTeam = 4
```
maxLevels | Number| yes | Maximum number of levels to show
detailBehavoir |boolean|no|Delve or Live Persona Card
excludefilter|boolean|no|Filter contains/not contains
filter|string|no|Filter Value
currentUserTeam|boolean|no|only in Interface to handle previouse installations|
## Solution ## Solution
Solution|Author(s) Solution|Author(s)
--------|--------- --------|---------
Tree Organization WebPart|João Mendes Tree Organization WebPart|João Mendes
Tree Organization WebPart|Peter Paul Kirschner ([@petkir_at](https://twitter.com/petkir_at))
## Version history ## Version history
Version|Date|Comments Version|Date|Comments
-------|----|-------- -------|----|--------
1.0.2|June 12, 2020|Added exception handler for profiles missing display name
1.0.3|Feb 27, 2021|Added Option Show Other Team / Switch for Live Contact Card usage / Filter Children / Graph API usage
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
## Disclaimer ## Disclaimer
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** **THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB