wip: OrdersController#new

This commit is contained in:
kbe
2025-09-03 01:52:48 +02:00
parent 6965eb89fd
commit 839120f2f4
10 changed files with 206 additions and 96 deletions

View File

@@ -1,8 +1,7 @@
# Project Backlog
## 📋 Todo
- [ ] Set up project infrastructure
- [ ] Design user interface mockups
- [ ] Create user dashboard
@@ -20,11 +19,11 @@
- [ ] Deploy to production
## 🚧 Doing
- [x] Add login functionality
- [ ] refactor: Moving checkout to OrdersController
## ✅ Done
- [x] Initialize git repository
- [x] Set up development environment
- [x] Create project structure
@@ -42,3 +41,4 @@
- [x] Configure environment variables
- [x] Create authentication system
- [x] Implement user registration
- [x] Add login functionality