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

投稿に画像を添付できるようにする #26

Open
shunjikonishi opened this issue Mar 28, 2023 · 0 comments
Open

投稿に画像を添付できるようにする #26

shunjikonishi opened this issue Mar 28, 2023 · 0 comments
Labels

Comments

@shunjikonishi
Copy link
Collaborator

概要

投稿の作成・編集時に画像を添付できるようにしてください。

画像添付のUIは自由とします。(可能であればDrag&Dropでの添付をサポートしてください)

画像の保存場所

画像の保存については ImageStorageを抽象化し、実装を選択できるようにしてください。
具体的には、ImageStorageの具象クラスとして

  • LocalImageStorage -> 画像をローカルのファイルシステムに保存
  • S3ImageStorage -> 画像をs3に保存

を作成することを想定してください。

研修ではLocalImageStorageのみの実装でS3ImageStorageは実装する必要はありません。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant