sp-dev-fx-webparts/samples/react-manage-profile-card-p...
Hugo Bernier 7ed51a0838 Updated sample JSON 2021-03-15 03:48:14 -04:00
..
assets Updated sample JSON 2021-03-15 03:48:14 -04:00
config Modified package.json to add proper permission for Graph 2020-10-19 01:19:41 -04:00
src update fix warnig message on build 2020-10-05 21:10:31 +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 Update README.md 2020-11-08 23:37:18 -05: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 update fix warnig message on build 2020-10-05 21:10:31 +01:00
package.json Fixed readme 2020-10-08 00:54:14 -04: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

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

SPFx 1.11.0

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
1.0.1 October 5, 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

NOTE: This web part does not work in the local workbench