Ideas for fine tuning the web part for production use
At this point, we are ready; our web part can be packaged and deployed to test and production site collections, following the instructions in Chapter 6, Packaging and Deploying Solutions. But we are going to go through some ideas how to make this web part even better.
Using Office 365 to build better business process
One aspect of making this web part better is to take care that site (or page) owners are aware of the feedback they are getting.The traditional approach is to create an alert for the owners on the feedback list or have some sort of logic within the web part that executes. Another, even more useful approach is to use SharePoint Workflows. The modern way is to use Microsoft Flow. With Microsoft Flow, we can easily create a flow that will trigger when a new item is added to the feedback list, and then maybe send emails to owners. The email could include the link to the page in question and our feedback list could have additional...