-
Notifications
You must be signed in to change notification settings - Fork 2
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
API_Order #45
base: master
Are you sure you want to change the base?
API_Order #45
Conversation
ready |
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.
cmt
private | ||
|
||
def update_orders order_ids, status | ||
orders = Order.where(id: order_ids) |
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.
Tái sử dụng các scope nha
before_action :set_cart_items, only: [:create] | ||
before_action :set_order, only: [:show, :cancel] | ||
before_action :set_user, :correct_user, only: [:index, :cancel] |
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.
Không nên đặt tên hàm là set và get nhé
9d36ebe
to
b9b0aa6
Compare
ready |
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.
merged
Checklist tự review pull trước khi ready nhờ trainer review
Related Tickets
- ticket redmine
WHAT (optional)
HOW
WHY (optional)
Evidence (Screenshot or Video)
Hiển thị tất cả các đơn hàng của người dùng
Tạo đơn hàng dành cho người dùng
Xem thông tin đơn hàng đã đặt dành cho người dùng
Hủy đơn hàng khi trạng thái pending dành cho người dùng
Hiển thị danh sách các đơn hàng dành cho admin
Xem chi tiết đơn hàng dành cho admin
Cập nhật đơn hàng dành cho admin
Cập nhật trạng thái các đơn hàng dành cho admin
Notes (Kiến thức tìm hiểu thêm)