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

feat: 商品写真の登録機能を実装 #39

Merged
merged 8 commits into from
Nov 18, 2024
Merged

Conversation

r4ai
Copy link
Member

@r4ai r4ai commented Nov 17, 2024

close #22

image

Summary

This pull request adds support for product images throughout the application. The most important changes include updates to the ReceptionCard and ProductCard components, modifications to the product creation process, and updates to the database schema to include the new image field.

Component Updates:

Product Creation:

Type and Schema Updates:

@r4ai r4ai added the enhancement New feature or request label Nov 17, 2024
@r4ai r4ai requested review from sou1118, 3w36zj6 and BruCandy November 17, 2024 14:34
@r4ai r4ai self-assigned this Nov 17, 2024
@r4ai r4ai marked this pull request as draft November 17, 2024 15:03
@r4ai
Copy link
Member Author

r4ai commented Nov 17, 2024

商品情報の変更処理が正しく行えていなかったので一度Draftにします

@r4ai r4ai marked this pull request as ready for review November 17, 2024 15:19
Copy link
Member

@sou1118 sou1118 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@r4ai r4ai merged commit 0d02d4b into main Nov 18, 2024
6 checks passed
@r4ai r4ai deleted the feature/add-product-image branch November 18, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

商品の写真を挿入する
4 participants