berrypod/lib/simpleshop_theme/orders
jamey eaa4bbb3fa add CI pipeline with credo and dialyzer
mix ci alias: compile --warning-as-errors, format --check-formatted,
credo, dialyzer, test. Credo configured with sensible defaults.
Dialyzer ignore file for false positives (Stripe types, Mix tasks,
ExUnit internals). Credo fixes: map_join, filter consolidation,
nesting extraction, cond→if simplification.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 15:19:42 +00:00
..
fulfilment_status_worker.ex add CI pipeline with credo and dialyzer 2026-02-08 15:19:42 +00:00
order_item.ex feat: add Stripe checkout, order persistence, and webhook handling 2026-02-07 08:30:17 +00:00
order_notifier.ex feat: add transactional emails for order confirmation and shipping 2026-02-08 10:17:19 +00:00
order_submission_worker.ex feat: add Printify order submission and fulfilment tracking 2026-02-08 09:51:51 +00:00
order.ex feat: add Printify order submission and fulfilment tracking 2026-02-08 09:51:51 +00:00