You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Paul, we briefly talked on Twitter about pagination and whether this is something Atlas or even Atlas.Trasit could/should offer.
Having integrated Atlas into a Zend Expressive application, where paginating Entities was a requirement; I definitely feel there's scope-creep, as you like to call it. So I'm reluctant at this stage to begin developing something, encase a feature like this is too project specific.
In my case, having the ability to paginate data with an Atlas.x package wouldn't have saved me much time or eased development, because of how zend-expressive-hal handles generating resources which is tied directly to a Paginator instance. See Line 54.
I've posted the relevant code below encase you're interested. I figure having a use-case might help with any architectural considerations and planning, or if this is even something you'd want under the Atlas umbrella.
Happy to discuss further and assist with development.
Hi Paul, we briefly talked on Twitter about pagination and whether this is something
Atlas
or evenAtlas.Trasit
could/should offer.Having integrated
Atlas
into a Zend Expressive application, where paginating Entities was a requirement; I definitely feel there's scope-creep, as you like to call it. So I'm reluctant at this stage to begin developing something, encase a feature like this is too project specific.In my case, having the ability to paginate data with an
Atlas.x
package wouldn't have saved me much time or eased development, because of howzend-expressive-hal
handles generating resources which is tied directly to aPaginator
instance. See Line 54.I've posted the relevant code below encase you're interested. I figure having a use-case might help with any architectural considerations and planning, or if this is even something you'd want under the
Atlas
umbrella.Happy to discuss further and assist with development.
The text was updated successfully, but these errors were encountered: