We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
投稿の作成・編集時に画像を添付できるようにしてください。
画像添付のUIは自由とします。(可能であればDrag&Dropでの添付をサポートしてください)
画像の保存については ImageStorageを抽象化し、実装を選択できるようにしてください。 具体的には、ImageStorageの具象クラスとして
を作成することを想定してください。
研修ではLocalImageStorageのみの実装でS3ImageStorageは実装する必要はありません。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
投稿の作成・編集時に画像を添付できるようにしてください。
画像添付のUIは自由とします。(可能であればDrag&Dropでの添付をサポートしてください)
画像の保存場所
画像の保存については ImageStorageを抽象化し、実装を選択できるようにしてください。
具体的には、ImageStorageの具象クラスとして
を作成することを想定してください。
研修ではLocalImageStorageのみの実装でS3ImageStorageは実装する必要はありません。
The text was updated successfully, but these errors were encountered: