Skip to content
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

Come up with a better/longer-term listings UX #651

Open
thirtyaughtsix opened this issue Nov 23, 2019 · 1 comment
Open

Come up with a better/longer-term listings UX #651

thirtyaughtsix opened this issue Nov 23, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@thirtyaughtsix
Copy link
Contributor

The batched listings code is up on Mainnet now. It splits the block range of [genesisBlock... ethereum.blockNumber] into 10k chunks and blasts capi with calls, pulling down all ffa listeds (or candidates) that have ever existed. Right now that's fine but in the not too distant future that's likely to break.

We need to come up with a strategy and UX for showing listings.
Maybe just an infinite scroll?

@ReidWilliams
Copy link
Contributor

I can see how UX changes (like infinite scroll, pages, etc) will help when we want listings to render in the order they were created, since that will naturally limit the range of blocks that need to be queried at a time.

But what about other groupings / orderings. For example, all listings that belong to a given user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants