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

Add Image upload and management for products #5

Merged
merged 16 commits into from
Sep 17, 2024

Conversation

nanafox
Copy link
Contributor

@nanafox nanafox commented Sep 17, 2024

What this update includes

  • Introduced image upload, deletion, and listing functionalities for products.
  • Added ActiveStorage support for handling product images.
  • Updated product serializer to include image URLs.
  • Enhanced product factory to simulate image attachments.
  • Implemented custom validators for image size and content type.
  • Adjusted caching expectations in product request specs.
  • Updated schema to include ActiveStorage tables and associations.
  • Modified routes to support image-related actions for products.

@nanafox nanafox added documentation Improvements or additions to documentation enhancement New feature or request ruby Pull requests that update Ruby code labels Sep 17, 2024
@nanafox nanafox self-assigned this Sep 17, 2024
@nanafox nanafox enabled auto-merge (squash) September 17, 2024 15:09
@nanafox nanafox merged commit 8be2af1 into main Sep 17, 2024
3 checks passed
@nanafox nanafox deleted the feature/api-endpoints-products-images branch September 17, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant