-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cms): Orders api config and edit function #165
Conversation
limivann
commented
Aug 27, 2024
- Integrated functionality to fetch and display order data via the Orders API.
- Added features to edit and delete individual orders directly from the orders page.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but can I ask why you used Class for Order instead of Type?
We used Class instead of Type to iterate the keys of Order
|
…erch/order-backend-config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are just a few issues to address :)
Deployment preview link: https://website-mvnwtn13n-cse-it.vercel.app |
Hi @chanbakjsd , I have made the following changes:
CC: @Iyzyman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM🚀