simpleshop_theme/lib/simpleshop_theme
Jamey Greenwood c5c06d9979 feat: add Products context with provider integration (Phase 1)
Implement the schema foundation for syncing products from POD providers
like Printify. This includes encrypted credential storage, product/variant
schemas, and an Oban worker for background sync.

New modules:
- Vault: AES-256-GCM encryption for API keys
- Products context: CRUD and sync operations for products
- Provider behaviour: abstraction for POD provider implementations
- ProductSyncWorker: Oban job for async product sync

Schemas: ProviderConnection, Product, ProductImage, ProductVariant

Also reorganizes Printify client to lib/simpleshop_theme/clients/ and
mockup generator to lib/simpleshop_theme/mockups/ for better structure.

134 tests added covering all new functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 20:32:20 +00:00
..
accounts mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
clients feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
images feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
media feat: add image metadata fields for optimization pipeline 2026-01-21 22:08:19 +00:00
mockups feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
products feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
providers feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
settings perf: improve SEO and accessibility for PageSpeed 2026-01-21 21:55:55 +00:00
sync feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
theme perf: use digested font paths in CSS and preloads 2026-01-25 09:32:06 +00:00
accounts.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
application.ex perf: use digested font paths in CSS and preloads 2026-01-25 09:32:06 +00:00
cldr.ex feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
mailer.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
media.ex feat: enhance image optimization with on-demand JPEG fallbacks 2026-01-25 00:33:09 +00:00
products.ex feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00
repo.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
settings.ex feat: add shop storefront with optimized theme CSS 2026-01-17 16:19:35 +00:00
vault.ex feat: add Products context with provider integration (Phase 1) 2026-01-29 20:32:20 +00:00