sp-dev-fx-webparts/samples/react-organisationchart
Vardhaman Deshpande 6edbb5c5ce Updated to drop 5, changed mock image urls (#46)
* removed unused imports, changed image urls

* updated to drop 5
2016-10-19 22:13:04 +03:00
..
.vscode Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
assets Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
config Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
src Updated to drop 5, changed mock image urls (#46) 2016-10-19 22:13:04 +03:00
typings Added the org chart web part (#15) 2016-09-15 13:28:29 +03: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 Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
.npmignore Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
README.md Merge branch 'master' of https://github.com/vman/sp-dev-fx-webparts into vman-master 2016-10-06 11:08:19 +03:00
gulpfile.js Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
organisation-chart.njsproj Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00
package.json Updated to drop 5, changed mock image urls (#46) 2016-10-19 22:13:04 +03:00
tsconfig.json Added the org chart web part (#15) 2016-09-15 13:28:29 +03:00

README.md

Organisation Chart

Summary

A simple Organisation Chart webpart using Office UI Fabric, React, OData batching and ServiceScope plumbing.

Organisation Chart for the current user

Applies to

Solution

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

Version history

Version Date Comments
1.0 September 14, 2016 Initial release

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
    • tsd 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
  • OData batching
  • ServiceScope and ServiceKeys
  • Service Locator pattern to register and consume services