sp-dev-fx-webparts/samples/react-star-ratings
dependabot[bot] 2e6a9d2133 Bump decode-uri-component in /samples/react-star-ratings
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 23:25:48 -05:00
..
.devcontainer Updated container, readme and sample.json 2022-03-28 17:55:13 -04:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Changed to show averages with stars. 2022-04-27 15:47:31 +09:00
src Fixed warnings 2022-04-27 15:53:21 +09:00
teams Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.editorconfig Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
.gitignore Updated container, readme and sample.json 2022-03-28 17:55:13 -04:00
.yo-rc.json Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
README.md Merge branch 'react-star-ratings' of https://github.com/karamem0/sp-dev-fx-webparts into pr/2456 2022-06-01 23:24:06 -04:00
gulpfile.js Added react-star-ratings sample 2021-10-07 14:20:10 +09:00
package-lock.json Bump decode-uri-component in /samples/react-star-ratings 2022-12-30 23:25:48 -05:00
package.json Changed to show averages with stars. 2022-04-27 15:47:31 +09:00
tsconfig.json Updated to SPFX 1.14.0 in /samples/react-star-ratings 2022-03-28 10:18:05 +09:00
tslint.json Updated to SPFX 1.14.0 in /samples/react-star-ratings 2022-03-28 10:18:05 +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

SPFx 1.14.0 Node.js v14 | v12 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.

Solution

Solution Author(s)
react-star-ratings Takashi Shinohara (@karamem0)

Version history

Version Date Comments
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.