Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (44 loc) · 1.84 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.84 KB

sp-staff-directory

Summary

SharePoint staff directory webpart built using SPFx and React.

Used SharePoint Framework Version

version

Applies to

Solution

Solution Author(s)
src/webparts/staffDirectory MRS Company Ltd.

Version history

Version Date Comments
1.0 September 28, 2022 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
  • Ensure that you are at the solution folder
  • in the command-line run:
yarn # install dependencies
gulp serve # run dev environment

To build and deploy:

gulp build # build solution
gulp bundle --ship # bundle solution for production
gulp package-solution --ship # create sppkg file for deploy

Then upload the sppkg file from /sharepoint folder into app catalog site and allow Graph API in the admin portal.

Features

This webpart offers the following functionality

  • Get all users in the tenant
  • Search user by first name, last name, department, or job title.
  • Search by letter.
  • Filter by department.

Contact

Contact MRS Company on our website, Twitter, or GitHub.