Commit Graph

14 Commits

Author SHA1 Message Date
anekdotin f1e311a0b1 feat: add /main/verify endpoint and fix estimation column precision
- Added GET /main/verify?count=N to spot-check auto estimations against
  temp history — recomputes expected gallons from HDD since last fill and
  reports drift per customer; warnings flagged when drift > 15 gal
- estimated_gallons_left and estimated_gallons_left_prev_day altered from
  INTEGER to NUMERIC(6,2) in both dev and prod DBs to eliminate ~0.3 gal/day
  rounding drift that accumulated from integer truncation on each daily update

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 15:05:31 -04:00
anekdotin ac4354716b major claude changes 2026-01-28 21:54:58 -05:00
anekdotin c2d9dd5408 Working site 2026-01-05 08:43:40 -05:00
anekdotin 45a27b01f3 Fixed commit bug in auto 2025-10-21 22:07:32 -04:00
anekdotin ed2e6f96b6 Updated auto code and change weather api 2025-10-12 16:09:45 -04:00
anekdotin bc9e6ab096 Removed try block due to error 2025-05-09 14:49:28 -04:00
anekdotin 8ad7329f78 bug fixes. added auto table 2024-12-28 15:53:59 -05:00
anekdotin 4a2ec2418c small fixes 2024-12-23 18:10:43 -05:00
anekdotin 8569430468 autos working! 2024-11-20 18:00:33 -05:00
anekdotin d8da74c75b Small bug fixers 2024-07-29 13:44:09 -04:00
anekdotin 8273f063ed Updated auto pre testing 2024-07-24 17:22:14 -04:00
anekdotin 44eeba0841 start of deliver 2024-07-17 10:34:36 -04:00
anekdotin 007dca7bfb Updated 2024-07-16 10:30:09 -04:00
anekdotin 853529b871 first commit 2024-07-15 17:55:45 -04:00