sp-dev-fx-webparts/samples/react-group-membership-manager
Nick Brown afe315334b removed custom theme shim;
updated to fluent ui 9.20;
updated to SPFx 1.17.2
2023-05-15 21:26:46 +01:00
..
.devcontainer Updated readme and sample.json 2022-09-05 16:17:51 -04:00
assets removed custom theme shim; 2023-05-15 21:26:46 +01:00
config removed custom theme shim; 2023-05-15 21:26:46 +01:00
src removed custom theme shim; 2023-05-15 21:26:46 +01:00
teams Updates FluentUI9 demo and react-group-membership-manager to SPFX 1.16.1 and FluentUI 9.10.1 (#3423) 2023-01-31 11:07:54 -05:00
.eslintrc.js Added screenshot, fixed eslintrc.js 2022-08-27 23:30:32 +01:00
.gitignore ignore package-lock 2023-05-15 21:21:38 +01:00
.npmignore Added Group Membership Manager - init commit 2022-08-25 20:15:09 +01:00
.yo-rc.json Updates FluentUI9 demo and react-group-membership-manager to SPFX 1.16.1 and FluentUI 9.10.1 (#3423) 2023-01-31 11:07:54 -05:00
README.md removed custom theme shim; 2023-05-15 21:26:46 +01:00
gulpfile.js Updated readme and sample.json 2022-09-05 16:17:51 -04:00
package.json removed custom theme shim; 2023-05-15 21:26:46 +01:00
tsconfig.json Updates FluentUI9 demo and react-group-membership-manager to SPFX 1.16.1 and FluentUI 9.10.1 (#3423) 2023-01-31 11:07:54 -05:00

README.md

Group Membership Manager

Summary

This app is an example of managing the membership of a group you own including the owners of the group as well as using FluentUI v9

Screenshot

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.17.2 Node.js v16 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Contributors

Version history

Version Date Comments
1.0 August 25, 2022 Initial release
1.1 Jan 18, 2022 Updated to SPFx 1.16.1
1.2 May 15, 2023 Updated to SPFx 1.17.2, FluentUI 9.20, removed custom theme shim

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

This app uses the Microsoft Graph to get a list of owned groups for the current user. You can then manage the membership of that group from SharePoint/Teams.

This extension illustrates the following concepts:

  • Using Fluent UI v9
  • Calling the Graph natively from SPFx
  • Adding/Removing Members/Owners from AAD groups

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.