-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathleft CropConnect.txt
24 lines (22 loc) · 1.46 KB
/
left CropConnect.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Left
1. Responsiveness - Done
8. Add the Paypal/others for pay now functionality - Maybe not required
9. Add the skeleton loader on different sections - Done
10. Show no data available when there is no data in different sections - Done
11. Fix the OTP functionality - Done (but changed to link verification)
12. Add the socket io in stocks left, minimum order qty, price - Done (stocks left only, no need in others)
13. Improve the login and signup functionality from both backend and frontend - Done
14. Redesign the seller dashboard (with added graphs) - Done
15. Add the order history api and UI for consumer
16. Incorporate Gemini AI for AI stuffs. - Done
17. Implement Redis or Node Cache whichever better and possible for api optimization.
18. Add the product filteration in the product dashboard.
19. Add the pagination in products, etc. - Done
20. Show only the products to the consumer that are near to that particular consumer.
21. Change the format to .webp before saving any image to cloudinary.
22. Add lazy loading on images and first load the blur compressed images. - Done
23. Modify the products api to first not fetch the product description, stocks left and shelf life, fetch it when user navigates to particular product page - Done
24. Improve client side code by custom hooks for api handeling - Done
25. add share product button - Done
26. if any operation is performed notify the user through email.
Fix: sometimes the product does not fetch, then the page goes blank