feat: add React intranet announcements notification center - #6491
feat: add React intranet announcements notification center#6491vystartasv wants to merge 2 commits into
Conversation
|
Could someone with a SharePoint Online tenant please validate PR #6491 and add real screenshots if possible? Please test representative announcement-list data covering future/expired dates, missing dates, published flags, configured audience labels, optional fields, managed paths, valid and unsafe links/images, malformed rows, paging bounds, empty results, partial failures, permission denial, throttling, keyboard access, and responsive layout. This is a bounded presentation/review aid using SharePoint REST GET requests only. It never sends, creates, updates, dismisses, or deletes notifications. Audience matching is label comparison only; it does not resolve Microsoft 365 group membership or authorize access. No screenshots are fabricated locally. |
Sample PR validation for #6491
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | |
| Sample requires a .nvmrc file | |
| 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.
Sample PR validation for #6491
|
| 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 bounded, read-only React Intranet Announcements and Targeted Notification Center web part for SPFx 1.23.2.
What changed
Validation
npm cinpm test— 7 tests passed.npm run build— SPFx bundle passed.npm run package— production.sppkgpassed.npm run verify— read-only verifier passed after generated-artifact cleanup.Tenant validation requested
Please validate representative SharePoint Online announcement lists and real tenant data, including future/expired dates, missing dates, published flags, configured audience labels, missing optional fields, managed paths, unsafe and valid links/images, malformed rows, paging bounds, empty results, partial failures, permission denial, throttling, keyboard access, and responsive layout. Real tenant screenshots are welcome; none are fabricated locally.