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

Feature: Fetch messages

オープン
#6 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue wontfix
主要言語
言語のデータがありません
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。