feat/image-upload #7

Merged
kbe merged 2 commits from feat/image-upload into develop 2025-09-29 22:55:00 +00:00
Owner
  • Add Active Storage migrations for file attachments
  • Update Event model to handle image uploads with validation
  • Replace image URL fields with file upload in forms
  • Add client-side image preview with validation
  • Update all views to display uploaded images properly
  • Fix JSON serialization to prevent stack overflow in API
  • Add custom image validation methods for format and size
  • Include image processing variants for different display sizes
  • Fix promotion code test infrastructure and Stripe configuration
- Add Active Storage migrations for file attachments - Update Event model to handle image uploads with validation - Replace image URL fields with file upload in forms - Add client-side image preview with validation - Update all views to display uploaded images properly - Fix JSON serialization to prevent stack overflow in API - Add custom image validation methods for format and size - Include image processing variants for different display sizes - Fix promotion code test infrastructure and Stripe configuration
kbe added 2 commits 2025-09-29 22:54:27 +00:00
- Add Active Storage migrations for file attachments
- Update Event model to handle image uploads with validation
- Replace image URL fields with file upload in forms
- Add client-side image preview with validation
- Update all views to display uploaded images properly
- Fix JSON serialization to prevent stack overflow in API
- Add custom image validation methods for format and size
- Include image processing variants for different display sizes
- Fix promotion code test infrastructure and Stripe configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
I moved this helper to the end of file to permit
a better understanability of the controller. Display
order matches execution order.
kbe changed title from feat/image-upload to WIP: feat/image-upload 2025-09-29 22:54:36 +00:00
kbe changed title from WIP: feat/image-upload to feat/image-upload 2025-09-29 22:54:52 +00:00
kbe merged commit b580431b12 into develop 2025-09-29 22:55:00 +00:00
kbe deleted branch feat/image-upload 2025-09-29 22:56:34 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kbe/aperonight#7
No description provided.