sp-dev-fx-webparts/samples/react-organisationchart
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
.vscode Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
src/webparts/organisationChart Updated orgchart to use office-ui-fabric-react and uifabric/styling (#269) 2017-07-21 20:51:40 +03:00
typings Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
.editorconfig Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
.gitattributes Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
.gitignore Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
.npmignore Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
.yo-rc.json Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
package-lock.json Updated orgchart to use office-ui-fabric-react and uifabric/styling (#269) 2017-07-21 20:51:40 +03:00
package.json Updated orgchart to use office-ui-fabric-react and uifabric/styling (#269) 2017-07-21 20:51:40 +03:00
tsconfig.json Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
1/1/2016 12:00:00 AM

Organisation Chart

Summary

A simple Organisation Chart web part using Office UI Fabric, React, REST API batching and ServiceScope plumbing.

Organisation Chart for the current user running in SharePoint

Organisation Chart for the current user running in local Workbench

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.

This sample is designed to be used in the following environments:

SPFx 1.0.0 Node.js v6 Compatible with SharePoint Online Compatible SharePoint 2019 Compatible with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix

Applies to

Contributors

Version history

Version Date Comments
1.0 September 14, 2016 Initial release
2.0 March 12, 2017 Updated for SPFx 1.0
2.1 July 19, 2017 Use office-ui-fabric-react and uifabric/styling

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

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

Features

Please see this post for further details about the web part: SharePoint Framework: Org Chart web part using Office UI Fabric, React and OData batching

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Office UI Fabric
  • React
  • REST API operations in SPFx
  • REST API batching in SPFx
  • ServiceScope and ServiceKeys
  • Service Locator pattern to register and consume services

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.

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.