mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
00b96eb678
Replace inline DB queries in getTripSummary with calls to existing service functions: listDays, listAccommodations, listBudgetItems, listPackingItems, listReservations, listCollabNotes, getTripOwner, and listMembers. Budget and packing stats are now derived from the service results instead of separate COUNT/SUM queries.