sp-dev-fx-webparts/samples/react-staffdirectory/README.md

84 lines
3.0 KiB
Markdown
Raw Normal View History

2021-02-16 18:39:54 -05:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- Msgraph
- Fluent UI React Controls
platforms:
- React
createdDate: 4/9/2020 12:00:00 AM
---
# Staff Directory (Search Directory)
## Summary
2021-02-18 10:29:13 -05:00
This web part shows the current user's colleagues, and allows the user to search AD directory, The user can configure the properties to show when expand the user card.
2021-02-16 18:39:54 -05:00
2021-02-18 10:28:08 -05:00
![staff](./assets/staffdirectory.gif)
2021-03-09 18:08:05 -05:00
![staff](./assets/staffTeams01.png)
![staff](./assets/staffTeams02.png)
2021-02-16 18:39:54 -05:00
2021-02-18 10:11:44 -05:00
## Compatibility
2021-02-16 18:39:54 -05:00
2021-10-30 22:34:42 -04:00
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower")
![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
![Teams Incompatible](https://img.shields.io/badge/Teams-Incompatible-lightgrey.svg)
![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "This solution requires API permissions")
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
2021-02-16 18:39:54 -05:00
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
2021-03-28 06:54:43 -04:00
react-staffdirectory|Ari Gunawan ([@arigunawan3023](https://twitter.com/arigunawan3023))
2021-02-18 10:11:44 -05:00
react-staffdirectory|João Mendes ([joaojmendes](https://github.com/joaojmendes))
2021-04-21 22:43:28 -04:00
react-staffdirectory|[Tristian O'brien](https://github.com/tristian2)
2021-02-16 18:39:54 -05:00
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|February 16, 2021|Initial release
2021-03-28 06:54:43 -04:00
1.0.1|March 28, 2021|Added missing Graph API Permission (User.Read.All) for getting users information
2021-04-21 22:43:28 -04:00
1.0.2|April 14, 2021|Added About Me and Skills
2021-02-16 18:39:54 -05:00
## 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
Please follow all the steps:
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- Add and deploy package to your tenant's App Catalog
2021-03-28 06:54:43 -04:00
- Go to **API Access** - from **SharePoint Admin Center** new experience, and **Approve** the permission to use Microsoft Graph scopes **Presence.Read.All** and **User.Read.All**
2021-02-16 18:39:54 -05:00
2021-04-04 22:29:40 -04:00
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-staffdirectory" />