devops-tim-2 / devops-tim-2/MessageService
Feature: Fetch messages
Aperta
good first issue
wontfix
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Implement and test out read message feature. Basic use case would be:
Logged user, with valid jwt token, sends GET http request to /<:u_id> endpoint
If logged user follows user with id=u_id, return list of Message entity dtos where u_from is equal to jwt token id and u_to is equal to u_id. Otherwise return 403 (no jwt, no follow) or 404 response (u_id user does not exist)
This functionality should be integration tested.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.