devops-tim-2 / devops-tim-2/MessageService
Feature: Fetch messages
Abierto
good first issue
wontfix
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.