sp-dev-fx-webparts/samples/react-tree-orgchart
Hugo Bernier 7e97daab76 Added more contributions 2023-03-15 01:23:34 -04:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets typo fix (#3341) 2023-01-11 19:18:03 +02:00
config wrong file 2021-10-28 23:07:53 +02:00
src Updated readme and sample.json 2021-10-31 15:49:38 -04:00
teams React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00
package-lock.json @pnp packages to latest 1.x version 2021-02-26 22:16:25 +01:00
package.json Version 2021-02-27 02:48:20 +01:00
tsconfig.json chore(react-tree-orgchart): update to spfx 1.10.0 2020-01-28 13:45:12 +00:00
tslint.json React-Birthdays - Update - Convert birthdate from UTC to local (#804) 2019-03-10 18:19:03 +02:00

README.md

Tree Organization

Summary

The Tree Organization Web Part shows the Organization Chart of the or the team, the web part reads infomation from current user to build the Organization Chart.

You can configure in the web part properties:

  • show all Organization Chart
  • the only user team, (same manager and peers).
  • show Organization Chart by picking up user

Organization Chart Web Part

Organization Chart Web Part Organization Chart Web Part Organization Chart Web Part

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js LTS 10 | LTS 8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible (with API permissions) Compatible with Remote Containers

Applies to

Web Part Properties

Property Type Required comments
title Text no Web Part Title
teamLeader Text no UPN of manager if viewType is 4
viewType viewType(number) yes if currentUserTeam is set it's not required
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

viewType Enum:

MyTeam = 1,
CompanyHierarchy = 2,
ShowOtherTeam = 4

Contributors

Version history

Version Date Comments
1.1.2 October 28, 2021 Fixes the Issue with different TimeZones.
1.1.1 October 5, 2021 Added missing Graph permissions in manifest
1.1.0 Feb 28, 2021 Added
  • Show Other Team
  • Live Contact Card
  • Filter user by userPrincipalName
  • Graph API
  • PNPJS updates
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.0 Feb 25, 2019 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.