Commit Graph

3 Commits

Author SHA1 Message Date
Henrik Jess Nielsen
af84822641 Fix unwanted page scroll on desktop and mobile
All checks were successful
Build and Deploy BlaaAi / build-and-deploy (push) Successful in 4m38s
- Remove min-height:100vh + padding-bottom:22rem that caused overflow
- Replace with calc(100vh - 60px) to center form without scroll
- Add html,body height:100% and overflow-x:hidden
2026-05-24 22:26:37 +02:00
Henrik Jess Nielsen
12c3bc3e15 Add data quality normalization for cars: mileage in thousands and leasing prices
All checks were successful
Build and Deploy BlaaAi / build-and-deploy (push) Successful in 4m24s
- detect km < 500 on non-new cars (e.g. '130' instead of '130.000')
- detect prices < 5.000 kr (likely monthly leasing rate not sale price)
- flags shown in AI prompt → forces low score (1-3)
- orange warning box in UI distinct from AI warnings
2026-05-24 19:35:43 +02:00
Henrik Jess Nielsen
b6e70d61f9 Add Dockerfile, Nomad spec, Gitea CI/CD, requirements and health endpoint
Some checks failed
Build and Deploy BlaaAi / build-and-deploy (push) Has been cancelled
2026-05-24 19:14:41 +02:00