sp-dev-fx-webparts/samples/react-manage-profile-card-p...
João Mendes 1f9c7f8708 Updated Docs 2020-07-28 22:52:26 +01:00
..
assets Updated Docs 2020-07-28 22:52:26 +01:00
config Updated Docs 2020-07-28 22:52:26 +01:00
src Updated Docs 2020-07-28 22:52:26 +01:00
teams first commit 2020-07-27 23:59:31 +01:00
tools first commit 2020-07-27 23:59:31 +01:00
.editorconfig first commit 2020-07-27 23:59:31 +01:00
.gitignore first commit 2020-07-27 23:59:31 +01:00
.yo-rc.json first commit 2020-07-27 23:59:31 +01:00
README.md Updated Docs 2020-07-28 22:52:26 +01:00
azure-pipelines-build-template.yml first commit 2020-07-27 23:59:31 +01:00
azure-pipelines-deploy-template.yml first commit 2020-07-27 23:59:31 +01:00
azure-pipelines.yml first commit 2020-07-27 23:59:31 +01:00
gulpfile.js first commit 2020-07-27 23:59:31 +01:00
package-lock.json first commit 2020-07-27 23:59:31 +01:00
package.json first commit 2020-07-27 23:59:31 +01:00
tsconfig.json first commit 2020-07-27 23:59:31 +01:00
tslint.json Updated Docs 2020-07-28 22:52:26 +01:00

README.md

React Manage Profile Card Properties

Summary

This web part allows tenant administrators to manage profile card properties.
We can create, edit, delete, directory properties that can be add to profile card.

Only users with Tenant Admin Role are allowed to managed profile card properties.

Manage Profile Card Properties

manageProps

manageProps

manageProps

manageProps

manageProps

Used SharePoint Framework Version

drop

Applies to

WebPart Properties

Property Type Required comments
WebPart Title Text no

Solution

The Web Part Use Microsoft Graph API, Fluent-UI components.

Solution Author(s)
Manage Profile Card Properties João Mendes

Version history

Version Date Comments
1.0.0 July 28, 2020 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

  • Move to sample folder

  • in the command line run:

    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add to AppCatalog and deploy
  • approve the required permissions (User.ReadWrite, Directory.AccessAsUser.All) on SharePoint Admin in App permissions