receipts/.sqlx
Dustin 5c7225f077 Refactor backend
* Reorganizing code into more logical modules:
  - `routes` specifically for Rocket handler functions
  - `receipts` data model for receipts
  - `transactions` for Firefly transactions
* Encapsulate database operations for receipts using the repository
  pattern; move SQL queries to external files (`sqlx` can only use
  string literals or external files for queries, not variables or
  constants)
* Remove obsolete routes, templates for old transaction-focused pages
2025-03-11 20:05:41 -05:00
..
query-1b1fccb2e49acf1402b1c473d4eaebd46034214df37c1d5b954a69027c2c037f.json receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
query-71dcdc6a24d99eff2dd7af673a0ebb6fda45b0ebd5244309472921a934e1b829.json Refactor backend 2025-03-11 20:05:41 -05:00
query-a3fb24d192843a656565cebcc78a49f5cd14598e029d6bacfeb2326daf142119.json Refactor backend 2025-03-11 20:05:41 -05:00
query-da76776380d89783df7270592d03afbd07c627342af3d03dc83932b152402941.json Store receipts in the database 2025-03-09 19:55:08 -05:00
query-e173b8a98dcdf9e4b259ae59e0ddcceef07851bbe9b429fd62b9d02bf01f52e1.json Refactor backend 2025-03-11 20:05:41 -05:00