bewcloud/routes/api/expenses
Bruno Bernardino 6cfb62d1a2
Refactor data handlers + misc fixes
This refactors the data handlers into a more standard/understood model-like architecture, to prepare for a new, more robust config system.

It also fixes a problem with creating new Notes and uploading new Photos via the web interface (related to #58).

Finally, it speeds up docker builds by sending in less files, which aren't necessary or will be built anyway.

This is all in preparation to allow building #13 more robustly.
2025-05-24 08:24:10 +01:00
..
add-budget.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
add-expense.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
auto-complete.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
delete-budget.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
delete-expense.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
export-expenses.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
import-expenses.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
update-budget.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00
update-expense.tsx Refactor data handlers + misc fixes 2025-05-24 08:24:10 +01:00