sp-dev-fx-webparts/samples/react-my-personal-apps/README.md

117 lines
5.0 KiB
Markdown
Raw Normal View History

---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- Microsoft Graph
platforms:
- React
createdDate: 4/9/2020 12:00:00 AM
---
2020-11-08 23:30:31 -05:00
# My Personal Apps (Links)
2020-04-09 19:28:57 -04:00
## Summary
The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access.
2020-04-09 19:28:57 -04:00
This Web Part uses MSgraph Open Extension to save the personal information on user object.
2020-04-09 19:28:57 -04:00
  
2020-04-11 07:56:03 -04:00
![Birthdays Web Part](./assets/image14.png)
![Birthdays Web Part](./assets/image13.png)
![Birthdays Web Part](./assets/image12.png)
2020-04-09 20:08:24 -04:00
2020-04-09 19:28:57 -04:00
![PersonalApps](./assets/image11.png)
![PersonalApps](./assets/Image2.png)
2020-04-09 20:08:24 -04:00
2020-04-09 20:19:33 -04:00
![PersonalApps](./assets/Image3.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image4.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image5.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:03:26 -04:00
![PersonalApps](./assets/Image06.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image7.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image8.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image9.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image10.png)
2020-04-09 19:28:57 -04:00
# Compatibility
2020-04-09 19:28:57 -04:00
![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg)
![Node.js v10 | v8](https://img.shields.io/badge/Node.js-v10%20%7C%20v8-green.svg)
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
2021-11-07 01:43:55 -04:00
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg)
![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "Requires access to the Microsoft Graph")
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
2020-04-09 19:28:57 -04:00
## Applies to
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
2020-04-09 19:28:57 -04:00
## Solution
Solution|Author(s)
--------|---------
react-my-personal-apps|[João Mendes](https://github.com/joaojmendes)
2020-04-29 00:44:37 -04:00
2020-04-09 19:28:57 -04:00
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|April 9, 2020|Initial release
1.0.1|April 28, 2020| Bug fix URL Links - [Zach Roberts](https://github.com/zachroberts8668) [SPODev](https://spodev.com)
2020-04-09 19:28:57 -04:00
## Minimal Path to Awesome
Please follow all the steps:
2020-04-09 19:28:57 -04:00
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- Add and deploy package to your tenant's App Catalog
- Go to **API Access** - from **SharePoint Admin Center** new experience, and **Approve** the permission to use Microsoft Graph scope **User.ReadWrite.All**
2020-04-09 19:28:57 -04:00
## Help
We do not support samples, but we 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](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-my-personal-apps) to see if anybody else is having the same issues.
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-my-personal-apps) 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-my-personal-apps&template=bug-report.yml&sample=react-my-personal-apps&authors=@joaojmendes%20@zachroberts8668&title=react-my-personal-apps%20-%20).
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-my-personal-apps&template=question.yml&sample=react-my-personal-apps&authors=@joaojmendes%20@zachroberts8668&title=react-my-personal-apps%20-%20).
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-my-personal-apps&template=question.yml&sample=react-my-personal-apps&authors=@joaojmendes%20@zachroberts8668&title=react-my-personal-apps%20-%20).
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.**
2020-04-09 19:28:57 -04:00
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-my-personal-apps" />