anitab-org / anitab-org/mentorship-backend

feat: user comment should provide also user display name and profile picture

オープン
#444 コメント 15 件 リアクション 0 件 担当者 0 名 GitHub で見る
Category: Coding Status: Available Type: Maintenance
主要言語
Python
スター
200
フォーク
449
PR マージ指標
30日以内にマージされた PR はありません

説明

**Is your feature request related to a problem? Please describe.**
When we display comments we want to see who made the comment and see profile picture.

**Describe the solution you'd like**
Add used node to comment which contains user display name and profile picture

**Describe alternatives you've considered**
not nesting those values under user but it is less elegant or attaching all user information which is overwhelming

**Additional context**
current json response looks as follows:
```
[
{
"id": 1,
"user_id": 2,
"task_id": 1,
"relation_id": 1,
"creation_date": 1581885745.451706,
"modification_date": null,
"comment": "test comment"
}
]
```

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

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

評価

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

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

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