devops-tim-2 / devops-tim-2/MessageService

Feature: Fetch messages

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
good first issue wontfix
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.