-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Shopfront pagination #4345
Shopfront pagination #4345
Conversation
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.
this is looking great Matt!!
I think we should rush to a mergeable state to avoid a huge PR.
app/assets/javascripts/darkswarm/services/order_cycle_resource.js.coffee
Outdated
Show resolved
Hide resolved
This PR will suddenly get a lot smaller when the ProductsRenderer PR is merged ;) |
aac4c97
to
2580157
Compare
2580157
to
81fd887
Compare
8c3eeab
to
8221e83
Compare
Okay, this is getting pretty close... |
a7ac735
to
30550cc
Compare
e90d6d3
to
f1df076
Compare
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.
Awesome, almost ready!
We just need some specs for the OC controller at least.
app/assets/javascripts/darkswarm/controllers/order_cycle_controller.js.coffee
Outdated
Show resolved
Hide resolved
app/assets/javascripts/darkswarm/controllers/products_controller.js.coffee
Outdated
Show resolved
Hide resolved
I would assume with the change /admin/cache_settings/ can go from super admin...? |
Pretty sure I removed it already..? |
Not from the menu ;-) |
…vice) and refactor
08346fd
to
7b0c55e
Compare
Updated, double-checked, and re-staged 👍 |
Alright.... testing is complete. I feel like I gave it a good and proper workthrough. I'm moving this to Ready to Go..... BOOM! |
I'm guessing this makes a major dot release. I'm going to write a blog post in it :-D |
ah. good point. yes. v2.6
On Tuesday, 22 October 2019, Lynne ***@***.***> wrote:
I'm guessing this makes a major dot release. I'm going to write a blog
post in it :-D
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
What? Why?
Closes #4040
Closes #4041
Closes #4042
Adds pagination to shop product lists and moves search and filtering server-side. Also removes the product cache...
What should we test?
Shop products should load more or less as before. Things that need testing:
Release notes
Added pagination to shop products list and removed product cache.
Changelog Category: Changed