Commit graph

2 commits

Author SHA1 Message Date
200b6dd9cf
Update dependencies
- bandit 1.10.3 -> 1.10.4
- credo 1.7.17 -> 1.7.18
- floki 0.38.0 -> 0.38.1
- lazy_html 0.1.10 -> 0.1.11
- oban 2.20.3 -> 2.21.1
- phoenix_live_view 1.1.27 -> 1.1.28
- swoosh 1.23.0 -> 1.25.0
- Chart.js 4.4.7 -> 4.5.1 (vendored)
2026-04-22 15:28:07 -05:00
bbe5bde145
Initial implementation of ammo price tracker
Phoenix 1.8 app that scrapes ammunition retailers (Lucky Gunner,
SGAmmo) for price data and displays historical price trends.

- Data model: retailers, calibers, products, price snapshots
- Scraper infrastructure with Req, Floki, realistic browser headers
- Oban-scheduled scrape jobs (every 4h with randomized delays)
- LiveView pages: homepage with category cards, caliber detail with
  price table, Chart.js price history, and price stats banner
- 18 seeded calibers across handgun/rifle/rimfire/shotgun categories
- 77 tests
2026-03-11 15:58:12 -05:00