76 lines
2.0 KiB
Markdown
76 lines
2.0 KiB
Markdown
|
---
|
||
|
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) Version 2019
|
||
|
|
||
|
## Summary
|
||
|
|
||
|
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.
|
||
|
|
||
|
![staff](./assets/staffdirectory_OnPrem.png)
|
||
|
![staff](./assets/staffdirectory_online.png)
|
||
|
|
||
|
|
||
|
## Compatibility
|
||
|
|
||
|
![SPFx 1.4.1](https://img.shields.io/badge/SPFx-1.4.1-green.svg)
|
||
|
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
|
||
|
![SharePoint 2019 | Online](https://img.shields.io/badge/SharePoint-2019%20%7C%20Online-yellow.svg)
|
||
|
![Teams No: Not designed for Microsoft Teams](https://img.shields.io/badge/Teams-No-red.svg "Not designed for Microsoft Teams")
|
||
|
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
|
||
|
|
||
|
## Applies to
|
||
|
|
||
|
[SharePoint Framework](https://aka.ms/spfx)
|
||
|
|
||
|
## Solution
|
||
|
|
||
|
Solution|Author(s)
|
||
|
--------|---------
|
||
|
react-staff-directory-sp2019|João Mendes ([joaojmendes](https://github.com/joaojmendes))
|
||
|
|
||
|
|
||
|
## Version history
|
||
|
|
||
|
Version|Date|Comments
|
||
|
-------|----|--------
|
||
|
1.0.0|May 22, 2021|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
|
||
|
|
||
|
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
|
||
|
|
||
|
|
||
|
|
||
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-staff-directory-sp2019" />
|