sp-dev-fx-webparts/samples/OrganisationChart
vman c72d4351b0 updated comments 2016-09-14 23:23:34 +01:00
..
.vscode added the org chart web part 2016-09-14 17:26:04 +01:00
assets added the org chart web part 2016-09-14 17:26:04 +01:00
config added the org chart web part 2016-09-14 17:26:04 +01:00
src updated comments 2016-09-14 23:23:34 +01:00
typings added the org chart web part 2016-09-14 17:26:04 +01:00
.editorconfig added the org chart web part 2016-09-14 17:26:04 +01:00
.gitattributes added the org chart web part 2016-09-14 17:26:04 +01:00
.gitignore added the org chart web part 2016-09-14 17:26:04 +01:00
.npmignore added the org chart web part 2016-09-14 17:26:04 +01:00
README.md added the org chart web part 2016-09-14 17:26:04 +01:00
gulpfile.js added the org chart web part 2016-09-14 17:26:04 +01:00
organisation-chart.njsproj added the org chart web part 2016-09-14 17:26:04 +01:00
package.json updated to drop 3, got batch from this.httpClient 2016-09-14 23:20:34 +01:00
tsconfig.json added the org chart web part 2016-09-14 17:26:04 +01: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 (Content and Code)

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