customer/create get customer messages functionality
Baroshem opened this issue · 1 comments
Baroshem commented
Feature Request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
As a User I would like to get messages when I visit otasoft website so that I can get notified about changes.
Create request to customer microservice that will return an array of user messages. Similarly to previous task, User ID can be passed as param or taken from JWT token (cookie).
- Both REST controller and GraphQL query that will take the data from the client and send it to the service
- API Gateway validation (DTO validation with Validation Pipe)
- Send data to the microservice (customer)
- Correct data flow is developed (controller -> service -> command -> command handler)
- Array of customer messages is returned
- In case of errors adequate exception is thrown
- If you have time and energy, you can develop "Remove message" functionality that will remove message from message array of a customer.
Teachability, Documentation, Adoption, Migration Strategy
What is the motivation / use case for changing the behavior?
github-actions commented
Stale issue message