David Dal Busco
David Dal Busco
We cannot really do that I think because "page" is not a notion known by the backend, it's a representation of each dapps. There is a `start_after` option though. ```...
Let's do that! Maybe even a topic for a Juno Live stream. Thanks for the suggestion!
> I guess you have to save all "startAfter" in an array for later "previous" function. Indeed it's probably what I will end up doing for next week. I have...
Thanks for the share! It's not really applicable. Again, the current API should resolve any use case, it's about having the right structure of key.
Let's finish the pagination we started this week in next Juno Live, this will address pagination with complex keys. If you need a pagination where "jumping on page 6" is...
Guess what, @bytesun? It turns out the pagination wasn't working correctly in the Console UI 🙈. I just fixed it in #835. Same solution as the one we will implement...
That would be nice for public data. I wonder if that should be the default. Maybe as a first step, I can develop an example because that's possible using the...
Cool let's do that!
We have developed an example of how to solve this with Serverless Functions in Juno Live 1 and 2. The results are available in https://github.com/junobuild/examples/tree/main/rust/json
I gonna close this task as we have implemented an example and showcased it in Juno Live. If you think it should be part of the core, please ping me...