brewlog/src
Jon Seager 2d183e6955
refactor(routes): add macros to reduce route handler boilerplate
- Create define_get_handler! macro for GET-by-ID endpoints
- Create define_delete_handler! macro for DELETE endpoints with Datastar support
- Apply macros to roasters, roasts, and bags route modules
- Reduces 6 handlers from ~78 lines to ~12 lines total
2026-02-02 13:40:14 +00:00
..
application refactor(routes): add macros to reduce route handler boilerplate 2026-02-02 13:40:14 +00:00
domain chore: move RepositoryError into dedicated file 2026-02-02 12:57:15 +00:00
infrastructure refactor(infra): standardize SQL query construction across repositories 2026-02-02 13:09:33 +00:00
presentation refactor(infra): standardize SQL query construction across repositories 2026-02-02 13:09:33 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs feat: add bags API urls 2025-11-27 13:59:39 +00:00