sp-dev-fx-webparts/samples/react-staffdirectory
tristian o'brien 7ae0ee59c5
Added "About me" and "Skills" to the webpart.
* add Interface for the /me/ endpoint for aboutMe and skills
* add webpart properties so the "About Me" and "Skills" can be selected
* enabled the display of "About Me", "Skills" with appropriate icons
* enabled Name and Job Title to open a users delve page in a new browser window
2021-04-14 15:21:44 +01:00
..
assets Merge branch 'master' into hotfix/add_missing_permission 2021-04-04 22:31:03 -04:00
config Add missing Graph API permission 2021-03-28 17:54:43 +07:00
src Added "About me" and "Skills" to the webpart. 2021-04-14 15:21:44 +01:00
teams Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
tools Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
.editorconfig Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
.gitignore Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
.yo-rc.json Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
README.md Merge branch 'master' into hotfix/add_missing_permission 2021-04-04 22:31:03 -04:00
azure-pipelines-build-template.yml Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
azure-pipelines-deploy-template.yml Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
azure-pipelines.yml Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
gulpfile.js Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
package-lock.json Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
package.json commit changes on staff directory 2021-03-09 23:00:10 +00:00
tsconfig.json Renamed solution and updated readme 2021-02-18 10:11:44 -05:00
tslint.json Renamed solution and updated readme 2021-02-18 10:11:44 -05:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Msgraph
Fluent UI React Controls
React
4/9/2020 12:00:00 AM

Staff Directory (Search Directory)

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 staff staff

Compatibility

SPFx 1.11 Node.js LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

Solution

Solution Author(s)
react-staffdirectory Ari Gunawan (@arigunawan3023)
react-staffdirectory João Mendes (joaojmendes)

Version history

Version Date Comments
1.0.0 February 16, 2021 Initial release
1.0.1 March 28, 2021 Added missing Graph API Permission (User.Read.All) for getting users information

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
  • 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