With the profile completeness extension we can encourage or force users to fill their profiles. This sample SPFx extension renders a profile completeness score. By clicking the score, user can see the score details as shown below:
Used SharePoint Framework Version
SPFx v1.6
Applies to
Solution | Author(s) |
---|---|
react-application-profile-meter | Joseph Velliah (SPRIDER, @sprider) |
Version history
Version | Date | Comments |
---|---|---|
1.0 | February 13, 2019 | 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 folder where this readme exists
- In the command window run:
npm install
gulp serve
Features
This project contains SharePoint Framework extensions that illustrates the following features:
- Command extension
- Office UI Fabric React
Notice. This sample is designed to be used in debug mode and does not contain automatic packaging setup for the “production” deployment.
The post SPFx Extension – Profile Completeness Meter appeared first on SharePoint Rider.