Updated sample.json, readme, and containter
This commit is contained in:
parent
7da18f7e46
commit
4cef62b259
|
@ -1,7 +1,7 @@
|
|||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||
{
|
||||
"name": "SPFx 1.15.0",
|
||||
"image": "docker.io/m365pnp/spfx:1.15.0",
|
||||
"name": "SPFx 1.16.1",
|
||||
"image": "docker.io/m365pnp/spfx:1.16.1",
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {},
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# 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.
|
||||
|
@ -37,7 +39,6 @@
|
|||
|
||||
![Advanced-Comments-Box](./assets/Advanced-Comments-Box.gif)
|
||||
|
||||
|
||||
## Compatibility
|
||||
|
||||
| :warning: Important |
|
||||
|
@ -66,12 +67,13 @@ For more information about SPFx compatibility, please refer to <https://aka.ms/s
|
|||
> Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/m365devprogram)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
||||
None
|
||||
|
||||
## Contributors
|
||||
|
||||
* [Sudharsan K.](https://github.com/sudharsank) ([@sudharsank](https://twitter.com/sudharsank), [Know More](http://windowssharepointserver.blogspot.com/))
|
||||
* [Aimery Thomas](https://github.com/a1mery)
|
||||
|
||||
## Version history
|
||||
|
||||
|
@ -79,35 +81,26 @@ Version|Date|Comments
|
|||
-------|----|--------
|
||||
1.0.0.0|Feb 05 2020|Initial release
|
||||
1.1.0.0|Oct 06, 2022|Upgraded to 1.15.2
|
||||
1.2.0.0|Oct 06, 2022|Upgraded to 1.16.1
|
||||
|
||||
1.2.0.0|March 09, 2023|Upgraded to 1.16.1
|
||||
|
||||
## 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.
|
||||
* 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.
|
||||
|
||||
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
|
||||
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit <https://aka.ms/spfx-devcontainer> for further instructions.
|
||||
|
||||
## Features
|
||||
|
||||
- Used [SharePoint Framework Property Controls](https://sharepoint.github.io/sp-dev-fx-property-controls/) to create the property pane controls(Text, ListPicker, Toggle) with callout.
|
||||
- Used [PnP](https://pnp.github.io/pnpjs/) for communication with SharePoint.
|
||||
- Used [jquery-comments](https://viima.github.io/jquery-comments/) for comments control with some customization.
|
||||
- Used [Moment.js](https://momentjs.com/) for datetime formatting.
|
||||
* Used [SharePoint Framework Property Controls](https://sharepoint.github.io/sp-dev-fx-property-controls/) to create the property pane controls(Text, ListPicker, Toggle) with callout.
|
||||
* Used [PnP](https://pnp.github.io/pnpjs/) for communication with SharePoint.
|
||||
* Used [jquery-comments](https://viima.github.io/jquery-comments/) for comments control with some customization.
|
||||
* Used [Moment.js](https://momentjs.com/) for datetime formatting.
|
||||
|
||||
#### Local Mode
|
||||
|
||||
This solution doesn't work on local mode.
|
||||
|
||||
#### SharePoint Mode4
|
||||
|
||||
If you want to try on a real environment, open:
|
||||
[O365 Workbench](https://your-domain.sharepoint.com/_layouts/15/workbench.aspx)
|
||||
|
||||
## Video
|
||||
|
||||
|
@ -131,7 +124,6 @@ Finally, if you have an idea for improvement, [make a suggestion](https://github
|
|||
|
||||
## 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.**
|
||||
|
||||
**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.**
|
||||
|
||||
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/js-advanced-commenting" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"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."
|
||||
],
|
||||
"creationDateTime": "2020-02-05",
|
||||
"updateDateTime": "2022-10-06",
|
||||
"updateDateTime": "2023-03-09",
|
||||
"products": [
|
||||
"SharePoint"
|
||||
],
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"key": "SPFX-VERSION",
|
||||
"value": "1.15.2"
|
||||
"value": "1.16.1"
|
||||
},
|
||||
{
|
||||
"key": "PNPCONTROLS",
|
||||
|
@ -48,6 +48,11 @@
|
|||
"pictureUrl": "https://github.com/sudharsank.png",
|
||||
"name": "Sudharsan Kesavanarayanan",
|
||||
"twitter": "sudharsank"
|
||||
},
|
||||
{
|
||||
"gitHubAccount": "a1mery",
|
||||
"name": "Aimery Thomas",
|
||||
"pictureUrl": "https://github.com/a1mery.png"
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue