Skip to content

Commit

Permalink
todos
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasfisal committed Nov 25, 2024
1 parent 6784710 commit ed60960
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ ___
- [x] implement login / register for customer
- [x] send otp
- [x] resend otp
- [ ] add customer profile html form
- [ ] add customer address html form
- [x] add customer profile html form
- [x] add customer address html form
- [ ] add product recom by elastic
- [x] add logOut
- [x] edit customer profile (name,last name)
Expand All @@ -98,15 +98,20 @@ __
- [x] add some real menu
- [x] load all menu in redis
-
- add some real product
- store product with all attributes in mongodb
- [x] add some real product
- [x] store product with all attributes in mongodb
- load data rows(new , most ordered , ) in home page
- ability to bookmark product by user
- log all request in elastic
- order
- get tax-code

- [x] get tax-code
- [x] buy product by bank gateway
- [x] show customer paginated orders
- [x] show detail of an order in customer side
- [x] show paginated orders in admin panel
- [ ] show detail of an order in admin side
add make file :

`docker-compose -f docker-compose.dev.yml --env-file .env.development up
`

0 comments on commit ed60960

Please sign in to comment.