sp-dev-fx-webparts/samples/js-advanced-commenting
Hugo Bernier c6ade94e23
Merge pull request #2180 from pnp/dependabot/npm_and_yarn/samples/js-advanced-commenting/jquery-3.5.0
2021-12-30 03:24:47 -05:00
..
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
src Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
teams Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
.editorconfig Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
.gitignore Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
.yo-rc.json Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
gulpfile.js Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
package-lock.json Merge pull request #2180 from pnp/dependabot/npm_and_yarn/samples/js-advanced-commenting/jquery-3.5.0 2021-12-30 03:24:47 -05:00
package.json Bump jquery from 2.2.4 to 3.5.0 in /samples/js-advanced-commenting 2021-12-22 17:54:26 +00:00
tsconfig.json Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00
tslint.json Js advanced commenting (#1131) 2020-02-10 11:37:50 +02:00

README.md

Advanced Comments Box

Summary

This component is developed for the advanced usage of commenting the page or article etc. Page Comments lists will be created to store the comments. Following are some of the features of this component.

  • Can be used in the modern page with the existing comments disabled.
  • Classification of comments by Popular, Newest, Oldest and Attachments
  • Ability to refer files as a comment.
  • Edit, Reply (nested comments), Like & Delete options are available based on the configuration.
  • Hashtag & Ping Users are also available.
  • Document Preview is also available for all office documents and videos based on the configuration.
  • Display of New icon for the current day comments.

Properties

  1. DateTime format on when the comments were added or modified

  2. Profile Picture style, whether it has to be rounded or square

  3. Enable or Disable Navigation whether to display the comments classification

  4. Enable or disable Attachments. Following properties are required when attachments are enabled.

    • Library to store the files uploaded.
    • Allowed File Formats in the comments box.
    • Maximum File Size allowed.
  5. Ping Users will allow to mention the users. The users are pulled from the Site Users.

  6. Edit comments can be enabled or disabled to allow the users to edit the comments. Files added can be deleted not edited.

    • Delete option can be enabled or disabled to allow the users to delete the comments. Comments with no-replies are allowed to delete. Delete is allowed only if Edit is allowed.
  7. Upvoting of comments to like or dislike the comments.

  8. Hashtags

  9. Document Preview can be enabled or disabled for the office files and videos.

Preview

Advanced-Comments-Box

Compatibility

SPFx 1.9.1 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible

Applies to

Prerequisites

None

Solution

Solution Author(s)
SPFxPageComments Sudharsan K. (@sudharsank, Know More)

Version history

Version Date Comments
1.0.0.0 Feb 05 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • From your command line, change your current directory to the directory containing this sample (js-advanced-commenting, located under samples)
  • in the command line run:
    • npm install
    • gulp bundle --ship && gulp package-solution --ship
  • Add the .sppkg file to the app catalog and add the Page Comments web part to the page.

Features

Local Mode

This solution doesn't work on local mode.

SharePoint Mode

If you want to try on a real environment, open: O365 Workbench

Video

Building an enhanced commenting web part with SPFx

Help

We do not support samples, but we 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.