sp-dev-fx-webparts/samples/react-teams-membership-updater
Hugo Bernier 103907bdc6 Added compatibility warning on readme and template 2023-02-10 10:22:32 -05:00
..
.devcontainer Manual merge 2022-03-28 02:35:21 -04:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Manual merge 2022-03-28 02:35:21 -04:00
src Manual merge 2022-03-28 02:35:21 -04:00
teams Teams Membership Updater 1.0.8; 2021-04-21 09:43:07 +01:00
.editorconfig Added react-teams-membership-updater 2021-04-20 16:29:33 +01:00
.gitignore Updated to v1.12.1 of SPFx Framework 2021-07-13 18:25:35 +01:00
.yo-rc.json Manual merge 2022-03-28 02:35:21 -04:00
README.md Added compatibility warning on readme and template 2023-02-10 10:22:32 -05:00
gulpfile.js Updated to v1.12.1 of SPFx Framework 2021-07-13 18:25:35 +01:00
logo.png Teams Membership Updater 1.0.8; 2021-04-21 09:43:07 +01:00
package-lock.json Bump decode-uri-component in /samples/react-teams-membership-updater 2022-12-30 23:36:16 -05:00
package.json Manual merge 2022-03-28 02:35:21 -04:00
tsconfig.json Manual merge 2022-03-28 02:35:21 -04:00
tslint.json Manual merge 2022-03-28 02:35:21 -04:00

README.md

Teams Membership Updater

Summary

Used to update the membership of a team based on the contents of a CSV file, can be hosted in a SharePoint site where a list can be defined for logging purposes or run inside teams as a personal app.

Screen

react-teams-membership-updater

react-teams-membership-updater

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.14.0 Node.js v14 | v12 | v10 SharePoint Online Teams Yes: Designed for Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Solution

This web part can be deployed to a site or as a teams personal app. This does require graph permission granting in the SharePoint Admin Center

Uses:

  • PnP React Controls
  • PnP React Property Controls
  • React Papaparse (CSV parsing)
Solution Author(s)
Teams Membership Updater Web Part Nick Brown

Version history

Version Date Comments
1.0.0 April 27, 2020 Initial release
1.0.2 May 1, 2020 Ability to disable Orphaned Member removals
1.0.4 June 3, 2020 Switched to using Graph Batching
1.0.7 April 20, 2021 Switched to using PnP's file picker and option to log to a configuration list
1.0.8 April 22, 2021 Added support for paging on the team member list get
1.1.0 July 13, 2021 Upgraded to v1.12.1 of SPFx and v3 of pnp controls
1.2.0 August 17, 2021 Added support for populating private channels inside of a team, added support for paged list of teams from Graph, added sorting to the Team list
1.2.1 September 21, 2021 Missing '/members' in the private channel membership url
1.2.2 March, 24, 2022 Upgraded to SPFx v1.14 and v4 of react-papaparse

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-teams-membership-updater, located under samples)
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

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 while 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.

<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/react-teams-membership-updater />