sp-dev-fx-webparts/samples/react-modern-organization-c.../README.md

94 lines
2.1 KiB
Markdown
Raw Normal View History

2020-07-08 19:11:28 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- react
createdDate: 8/7/2020 12:00:00 AM
---
# Modern Organization Chart
## Summary
2021-04-26 02:08:59 -04:00
This web part show organization chart for current user, shows, managers and direct reports and there available status.
2020-07-09 14:18:13 -04:00
2020-07-08 19:11:28 -04:00
On Click the profile page of will be open.
## Screenshots
![](../react-modern-organization-chart/assets/Screenshot1.png)
![](../react-modern-organization-chart/assets/Screenshot2.png)
2020-07-09 14:18:13 -04:00
## WebPart Properties
Property |Type|Required| comments
--------------------|----|--------|----------
Title | Text| no|
Refresh Status Interval in minutes | number| no | default value 5 min
2020-07-08 19:11:28 -04:00
### Working with
Built with SharePoint Framework GA, Microsoft Graph API and @pnp/PnPjs
## Used SharePoint Framework Version
2020-07-09 17:52:03 -04:00
![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg)
2020-07-08 19:11:28 -04:00
## Applies to
* [SharePoint Framework Developer Preview](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 developer tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
## Solution
Solution|Author(s)
--------|---------
react-modern-organization-chart|João Mendes)
## Version history
Version|Date|Comments
-------|----|--------
1.0.0.0|July 08, 2020| 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.**
---
## Prerequisites
- SharePoint Online tenant , Microsoft Graph,
This web part use Microsoft Graph API to get presence of users, and need to have the Permission "presence.Read.All".
## Minimal Path to Awesome
- clone this repo
- `npm i`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
2020-07-08 19:17:29 -04:00
- `Add Package to AppCatalog`
- `On the API Management Approve Permission "presence.read.all"`
2020-07-08 19:11:28 -04:00
-
![](https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-modern-organization-chart)