code4romania / code4romania/expert-consultation-backend
Add comments to document blocks
Open
- Dominant language
- Java
- Stars
- 1
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
We need to allow comments on each document block.
Create a CRUD flow for comments.
The entity should have the following attributes:
* author
* creation time
* content
* document block reference
Besides the CRUD operations on a comment, there should also be a way to fetch all comments for a given document block. For an example implementation with a similar scenario, take a look at `DocumentBlockService:list`
Contributor guide
Assessment
This issue has not been assessed yet.