sp-dev-fx-webparts/samples/react-star-ratings
Hugo Bernier f04acb0fb2
Merge pull request #4913 from pnp/dependabot/npm_and_yarn/samples/react-star-ratings/follow-redirects-1.15.6
2024-03-25 21:55:17 -04:00
..
.devcontainer Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
assets Updated date modifed 2023-11-19 14:02:17 -08:00
config Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
src Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
teams Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
.editorconfig Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.eslintrc.js Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
.gitignore Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
.npmignore Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
.nvmrc Updated sample, readme, nvmrc 2023-11-19 16:45:04 -05:00
.yo-rc.json Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
README.md Updated sample, readme, nvmrc 2023-11-19 16:45:04 -05:00
gulpfile.js Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
package-lock.json Merge pull request #4913 from pnp/dependabot/npm_and_yarn/samples/react-star-ratings/follow-redirects-1.15.6 2024-03-25 21:55:17 -04:00
package.json Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00
tsconfig.json Updated to SPFx 1.18.0 in react-star-ratings 2023-11-09 14:22:38 +09:00

README.md

Star Ratings

Summary

This web part demonstrates Star Ratings capabilities to SharePoint News. The "Ratings" site collection feature provides Likes and Star Ratings, but SharePoint News provides only provides Likes. This web part can get or set ratings of the current page.

react-star-ratings

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.18.0 Node.js v18 | v16 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Incompatible Compatible with Remote Containers

Prerequisites

  1. Enable the "Ratings" feature of the site collection. The feature GUID is 915c240e-a6cc-49b8-8b2c-0bff8b553ed3.
Enable-PnPFeature -Identity 915c240e-a6cc-49b8-8b2c-0bff8b553ed3
  1. Update "Rating settings".

    • Select - Site contents.
    • Select Site Pages - - Settings.
    • Select Rating settings.
    • Update values.
      • Rating Settings: Select Yes
      • Which voting/rating experience you would like to enable for this list?: Select Star Ratings

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-star-ratings, located under samples)
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Contributors

Version history

Version Date Comments
1.4 November 9, 2023 Upgraded* to SPFx v1.18
1.3 April 27, 2022 Changed to show averages with stars instead of user ratings.
1.2 March 28, 2022 Upgraded to SPFx v1.14
1.1 January 12, 2022 Updated to retrieve values from API
1.0 October 7, 2021 Initial release

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.