hsa-app/internal/web
Jean-Michel Tremblay 7ba0d5abe7
All checks were successful
Build and Test / build-and-test (push) Successful in 37s
Normalize receipt image orientation from EXIF; add changelog (0.0.1)
Bake the EXIF Orientation rotation into uploaded JPEG pixels (and strip
the tag) so receipts are upright in every consumer, not just EXIF-aware
viewers. Acts only when orientation is known (tag 2..8); images with no
tag, tag 1, non-JPEG, or PDFs pass through byte-for-byte. Wired into the
receipt, attachments, and AI-classify paths. Documented as spec item 13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 20:26:03 -04:00
..
static Recent list: initial the first name, keep timestamp from wrapping 2026-06-19 09:01:09 -04:00
templates Compact recent list to one line per receipt 2026-06-19 08:54:37 -04:00
export.go Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
manage.go Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
manage_test.go Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
middleware.go Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00
orientation.go Normalize receipt image orientation from EXIF; add changelog (0.0.1) 2026-06-19 20:26:03 -04:00
orientation_test.go Normalize receipt image orientation from EXIF; add changelog (0.0.1) 2026-06-19 20:26:03 -04:00
scan.go Normalize receipt image orientation from EXIF; add changelog (0.0.1) 2026-06-19 20:26:03 -04:00
templates.go Add AI auto-fill, tally, recent views, and cheaper-by-default classification 2026-06-18 22:04:42 -04:00
upload.go Normalize receipt image orientation from EXIF; add changelog (0.0.1) 2026-06-19 20:26:03 -04:00
upload_test.go Add receipt attachments captured at upload time (spec item 10) 2026-06-19 07:06:15 -04:00
views.go Recent list: show upload date only, drop the time 2026-06-19 09:12:16 -04:00
views_test.go Recent list: full first-name initials for hyphenated names 2026-06-19 09:04:11 -04:00
web.go Add receipt attachments captured at upload time (spec item 10) 2026-06-19 07:06:15 -04:00
web_test.go Initial commit: HSA receipt tracker 2026-06-17 21:40:12 -04:00