Feat: item
pagination 1️⃣ 2️⃣ 3️⃣ ...
#392
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
needs-design
A feature idea that needs some interface design in order to be discussed/built.
priority-3
Third priority. Considered "Nice to Have". Not urgent.
T4h
Time Estimate 4 Hours
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
user-feedback
Feedback from people using the App
As noted by @panoramix360 in #140 (comment)
when a
person
has manyitems
it can be useful to have
pagination
.Context
I currently have 2x the number of
items
that the anonymous / guestperson
does in theMVP
and the interface is still perfectly manageable. see: https://mvp.fly.dev/stats
Not saying pagination isn't important; it definitely is.
But below
1k
items
it's not as important as some of the other features in the backlog; hencepriority-3
.Yes, there are many items on the page (currently
281
) but it's not reached the point of being unresponsive. ⏳ 💔The https://mvp.fly.dev/?filter_by=done in incognito (not authenticated) loads in less than a
500ms
for me:Todo
@iteles to determine:
Can we just do the most basic thing like early
Google
did:These days it's even simpler; just black and white with blue text links:
items
should theperson
orlist
have before it gets paginated? 💯Once the acceptance criteria are defined we can proceed with prioritisation and implementation. 👍
The text was updated successfully, but these errors were encountered: