nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 20:03:08 +02:00
afd2607000 feat: add AdminDatabasePanel and integrate it into AdminScreen; update profile screen to remove database tab
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 19:43:17 +02:00
64b06435cf feat: implement user-scoped receipt aliases with global fallback; enhance alias management in admin panel
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 22:29:48 +02:00
d73ea5ef7c feat: enhance PDF processing and error handling; add Node.js version tracking
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 22:29:38 +02:00
bf4e1d48bf fix: enhance PDF parsing and retry logic; improve reproducibility and AI filtering
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 22:21:43 +02:00
2dc8aa4fb4 perf: skip Mistral AI for PDF lines that lack numeric value (header/footer/junk)
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 22:15:32 +02:00
7c382dbf2e fix: forward 503 from importer-api as ServiceUnavailableException instead of 400
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 22:15:29 +02:00
ea006e7fbe fix: increase retry delay for Mistral 429 to 3s*attempt
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 22:10:53 +02:00
fa9bd141e0 fix: use require() for pdf-parse and pdfjs-dist legacy build to fix Node 24 compat
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 22:03:04 +02:00
941c5f5915 chore: add package-lock.json and allow tracking in .gitignore for npm ci
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 21:59:43 +02:00
a0ac8b6084 Merge branch 'main' of ssh://gitea.gynther.se:2222/nilsjohan/microservice-importer
6e9c588ae3 chore: Update Node.js version to 24.15.0 in CI and Dockerfile for consistency
cef8ee4b25 feat: Add Node.js version parity to next steps for consistent development environment
Compare 3 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 21:48:31 +02:00
0922af57a4 Merge branch 'main' of ssh://gitea.gynther.se:2222/nilsjohan/recipe-app
dd74d8b7eb feat(docker): update Node.js version to 24.15.0 in Dockerfile and test workflow
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 21:47:56 +02:00
c2b9c76ce7 chore: pin Node 24.15.0 in Docker and CI
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 21:47:51 +02:00
bc6702b3e9 chore: pin Node 24.15.0 in Docker and CI
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 21:38:30 +02:00
6278825f0a feat(docs): update main priorities in NEXT_STEPS to reflect new focus on Node.js version parity
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 20:11:29 +02:00
96833f0eea fix: improve pdf parsing with pdfjs-dist fallback
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 20:09:46 +02:00
19ef7a4ea5 feat: Integrate pdfjs-dist for improved PDF parsing fallback
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 20:03:10 +02:00
99343f74af feat: Enhance PDF parsing with fallback to pdf-lib for improved handling of complex PDFs
723730fd2f feat: Update documentation with new receipt categorization rules and test infrastructure details
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 19:58:13 +02:00
700eb2c851 feat(docs): update NEXT_STEPS and TEKNISK_BESKRIVNING with new categories and improved rules
5b6d44b555 feat(receipt-import): enhance receipt processing with new category rules and add unit tests
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 19:55:40 +02:00
8f9e1bac1e Refactor code structure for improved readability and maintainability
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 19:55:09 +02:00
7bc785e8e0 ci: add automated test workflow