sp-dev-fx-webparts/samples/react-organisationchart
Vardhaman Deshpande 087c35671b Updated react-organisationchart for SPFx 1.0 (#156)
* removed unused imports, changed image urls

* updated to drop 5

* updated webpart for SPFx 1.0

* added images and readme
2017-03-13 12:33:59 +02:00
..
.vscode Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
assets Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
config Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
src/webparts/organisationChart Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02: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 Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
gulpfile.js Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
package.json Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00
tsconfig.json Updated react-organisationchart for SPFx 1.0 (#156) 2017-03-13 12:33:59 +02:00

README.md

Organisation Chart

Summary

A simple Organisation Chart webpart 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

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
OrganisationChart Vardhaman Deshpande (@vrdmn , vrdmn.com)

Version history

Version Date Comments
1.0 September 14, 2016 Initial release
2.0 March 12, 2017 Updated for SPFx 1.0

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.


Minimal Path to Awesome

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

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