[AE-11486] remove unused comment services and improve doc (#8092)

* remove unused comment services and improve doc

* fix after review

* fix unit test

* fix stories
This commit is contained in:
Eugenio Romano
2023-01-04 15:52:32 +01:00
committed by GitHub
parent aa37cad995
commit 6f6af8cd4e
20 changed files with 110 additions and 692 deletions

View File

@@ -207,12 +207,19 @@ v6.0.0 and after:
this.nodesApiService.nodeUpdated.pipe .....
### Comments component
```adf-comments``` component is now a real presentational components. The `taskId` and `nodeId` has now renamed to `id`
The ```adf-comments``` has now two specialization in :
- ```adf-node-comments``` [Node Comments Componen](../content-services/components/node-comments.component.md)
- ```adf-task-comments``` [Task Comments Component](../process-services/components/task-comments.component.md)
## Renamed items
### New Classes or Services
### Properties and methods
- `<adf-comments>`: The `taskId` input has now been renamed as `id`
### Component selectors