feat: add React KPI scorecard sample - #6478
Conversation
|
Could someone with a SharePoint Online tenant please validate this sample using a representative KPI list and add a real screenshot to The local build, tests, lint, and production package pass, but tenant validation is intentionally still needed for configuration UX, list-field compatibility, threshold rendering, and responsive behavior. Any findings—positive or negative—would be very helpful. Thank you! |
Sample PR validation for #6478
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | ✅ Succeeded |
| Sample requires a .nvmrc file | ✅ Succeeded |
| Sample requires a README.md | ✅ Succeeded |
| Sample requires a screenshot .png in assets folder | |
| No .sppkg file | ✅ Succeeded |
| No node_modules folder | ✅ Succeeded |
| No lib folder | ✅ Succeeded |
| No upgrade reports | ✅ Succeeded |
@vystartasv please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
Description
Adds a read-only React KPI scorecard web part for SharePoint lists. It displays up to six configured KPIs with current value, target, threshold state, trend, and last observation date.
What changed
How was this tested?
npm cinpm test -- --clean— 5/5 tests passed.npm run build— TypeScript, ESLint, Sass, and webpack passed with zero warnings.npm run package— production SharePoint package generated and validated successfully.Tenant validation requested
This sample needs SharePoint Online tenant validation with a representative KPI list. Please add a real tenant screenshot showing the configured web part and report any compatibility issues.
Type of change