From 29f1d759690e898e1535941f96e52137051e0740 Mon Sep 17 00:00:00 2001 From: kbe Date: Sat, 6 Sep 2025 13:01:36 +0200 Subject: [PATCH] update backlog tasks --- BACKLOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 73dd614..0cc8cff 100755 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -3,10 +3,6 @@ ## 📋 Todo ### High Priority -- [ ] feat: Payment gateway integration (Stripe, PayPal) -- [ ] feat: Digital tickets with QR codes -- [ ] feat: Ticket inventory management and capacity limits -- [ ] feat: Event discovery with search and filtering - [ ] feat: Check-in system with QR code scanning ### Medium Priority @@ -43,4 +39,8 @@ - [x] Create authentication system - [x] Implement user registration - [x] Add login functionality -- [x] refactor: Moving checkout to OrdersController \ No newline at end of file +- [x] refactor: Moving checkout to OrdersController +- [x] feat: Payment gateway integration (Stripe) - PayPal not implemented +- [x] feat: Digital tickets with QR codes +- [x] feat: Ticket inventory management and capacity limits +- [x] feat: Event discovery with search and filtering