Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/post エンドポイントの返却にMedia(画像や動画)を追加する #71

Closed
yu23ki14 opened this issue Jun 26, 2024 · 0 comments · Fixed by #110
Closed

/post エンドポイントの返却にMedia(画像や動画)を追加する #71

yu23ki14 opened this issue Jun 26, 2024 · 0 comments · Fixed by #110
Assignees

Comments

@yu23ki14
Copy link
Collaborator

yu23ki14 commented Jun 26, 2024

改善詳細 / Details of Improvement

Postに紐づくメディアファイルがAPIから取得でき、動画と画像に大別される。またそれらが複数入っている場合もある。
それらをAPIから取得できるようにする。

本Issueのスコープ

DBの設計、API実装、テストコードの実装

  • POSTに紐づくようにPostとMediaを1対1で紐づける
  • メディアのURLとtypeだけわかれば一旦OK
  • QueryParameterに media フラグをbooleanでつけられるようにする。未入力の場合のデフォルトはtrue
  • mediaパラメータtrueもしくはデフォルトの場合、/postエンドポイントの返却値にmediaプロパティを追加して配列でmediaテーブルのデータを入れる。
@sushichan044 sushichan044 self-assigned this Sep 17, 2024
@yu23ki14 yu23ki14 changed the title MediaDetailsの扱い /post エンドポイントの返却にMedia(画像や動画)を追加する Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants