SharePoint Framework web part, Teams tab, personal app, app page samples
Go to file
Perry Kankam f9606eeed8 react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
.vscode react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
assets react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
config react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
src react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
teams react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
.editorconfig react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
.gitignore react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
.yo-rc.json react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
README.md react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
gulpfile.js react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
package-lock.json react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
package.json react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
tsconfig.json react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00
tslint.json react-feedback commit.submit feedback on sitepages 2020-12-15 18:41:38 -05:00

README.md

Feedback

Summary

This is an application that supports Feedback through a web part that can be used directly on a Modern Sharepoint Site page. This webpart can be added to any site page or article. This allows users to send categorized feedback via email to users in the "Feedback Owners" group.

Feedback

Used SharePoint Framework Version

1.11.0

Applies to

Prerequisites

Solution

Solution Author(s)
react-feedback Perry Kankam

Version history

Version Date Comments
1.0 December 15, 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

To really get the full experience go to the workbench on a SharePoint Site [Your site url]/_layouts/15/workbench.aspx and that's where the magic will happen but this requires that you deploy and activate features to provision the required SharePoint assets

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve
  • Add "Feedback Owners" Sharepoint group. This is where you'll add all users who should receive this feedback.
  • Run one of the following custom commands to clean, build, bundle and package the solution.
    • If you want to be able to debug using your local code using gulp serve gulp package
  • Navigate to the output feedback-webpart.sppkg (found in the /sharepoint/solution folder)
  • Upload it to an application catalog (either a tenant or site collection one)
  • In your site collection go to Site Contents and click New > App
  • Find and add the Feedback Application App
    • wait for it to finish installing and activating features on the Site Contents page
  • Go to a site page like home, edit the page and find and add the Feedback web part
    • If you deployed a shippable (SharePoint Online) version you don't need to do anything else
    • If you deployed a debug (http://localhost:4321) version you'll need to ensure gulp serve is running

Features

This sample illustrates the following concepts: