5 Commits

Author SHA1 Message Date
8b4eaee510 feat(cart): update CartItem model to use composite key and adjust related logic
fix(cart): ensure cart item updates and deletions are based on cartId and itemId

feat(buy): implement balance checks and updates during purchase process

fix(sellable): ensure cart items are deleted when a sellable is removed

feat(user): add conflict checks for shop creation to prevent ID collisions
2026-03-26 20:33:11 +01:00
f5c581000e better item primary key and cart updates, balance updating WIP 2026-01-29 02:41:31 +01:00
ed5afb1dec Functional cart and balance display 2026-01-22 18:54:51 +01:00
bcc5164abb getting lost files back and making some changes p1 2026-01-14 20:15:07 +01:00
26d140f910 initialization 2026-01-14 15:05:36 +01:00