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

SharePoint staff directory webpart built using SPFx and React

Notifications You must be signed in to change notification settings

MRSCompanyLtd/sp-staff-directory

Repository files navigation

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.

About

SharePoint staff directory webpart built using SPFx and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published