sp-dev-fx-webparts/samples/react-teams-membership-updater/README.md

93 lines
5.6 KiB
Markdown
Raw Normal View History

2021-04-20 11:29:33 -04:00
# Teams Membership Updater
## Summary
2021-05-01 21:35:28 -04:00
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.
2021-04-20 11:29:33 -04:00
2021-04-22 00:03:31 -04:00
![react-teams-membership-updater](./assets/Screenshot-2020-05-01.png "Preview")
2021-04-20 11:29:33 -04:00
2021-04-22 00:03:31 -04:00
![react-teams-membership-updater](./assets/teamsmembership.gif "Teams Membership Via Teams")
2021-04-22 00:03:31 -04:00
## Compatibility
2021-04-20 11:29:33 -04:00
| :warning: 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. |
2022-03-28 02:35:21 -04:00
![SPFx 1.14.0](https://img.shields.io/badge/SPFx-1.14.0-green.svg)
![Node.js v14 | v12 | v10](https://img.shields.io/badge/Node.js-v14%20%7C%20v12%20%7C%20v10-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
2021-04-22 00:03:31 -04:00
![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for Microsoft Teams")
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
2022-02-14 02:52:18 -05:00
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
2021-04-20 11:29:33 -04:00
## Applies to
2022-10-24 09:42:45 -04:00
* [SharePoint Online](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
2021-04-20 11:29:33 -04:00
2023-02-18 22:58:44 -05:00
## Contributors
2021-04-20 11:29:33 -04:00
2023-02-18 22:58:44 -05:00
* [Nick Brown](https://github.com/techienickb)
2021-04-20 11:29:33 -04:00
## 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
2021-07-13 13:28:31 -04:00
1.1.0|July 13, 2021|Upgraded to v1.12.1 of SPFx and v3 of pnp controls
2021-08-26 01:11:57 -04:00
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
2022-03-28 02:35:21 -04:00
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
2021-04-20 11:29:33 -04:00
2023-02-18 22:58:44 -05:00
## Features
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)
2021-04-20 11:29:33 -04:00
## Minimal Path to Awesome
2022-03-28 02:35:21 -04:00
* Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-teams-membership-updater) 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
2022-02-14 02:52:18 -05:00
2022-03-28 02:35:21 -04:00
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit <https://aka.ms/spfx-devcontainer> for further instructions.
2021-05-01 21:33:53 -04:00
2021-11-01 21:07:49 -04:00
## Help
2021-05-01 21:33:53 -04:00
2021-11-20 23:50:27 -05:00
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.
2021-05-01 21:33:53 -04:00
2021-11-20 23:50:27 -05:00
If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
2021-05-01 21:33:53 -04:00
2021-11-20 23:50:27 -05:00
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A"sample%3A%20react-teams-membership-updater" ) to see if anybody else is having the same issues.
2021-05-01 21:33:53 -04:00
2021-11-20 23:50:27 -05:00
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-teams-membership-updater) and see what the community is saying.
2021-11-20 23:55:10 -05:00
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-teams-membership-updater&template=bug-report.yml&sample=react-teams-membership-updater&authors=@techienickb&title=react-teams-membership-updater%20-%20).
2021-11-20 23:50:27 -05:00
2021-11-20 23:55:10 -05:00
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-teams-membership-updater&template=question.yml&sample=react-teams-membership-updater&authors=@techienickb&title=react-teams-membership-updater%20-%20).
2021-11-20 23:50:27 -05:00
2021-11-20 23:55:10 -05:00
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-teams-membership-updater&template=question.yml&sample=react-teams-membership-updater&authors=@techienickb&title=react-teams-membership-updater%20-%20).
2021-05-01 21:33:53 -04:00
2021-11-07 02:11:17 -05:00
## 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.**
2023-03-12 21:16:15 -04:00
<img src="<https://m365-visitor-stats.azurewebsites.net/sp-dev-fx-webparts/samples/react-teams-membership-updater> />