jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

Is active search really inefficient? #129

Closed jwjacobson closed 7 months ago

jwjacobson commented 8 months ago

It looks like with each character that goes in or out of the search bar it's making a new request, is that sustainable?

bbelderbos commented 8 months ago

Yeah maybe not, you could increase delay:500ms, but let's first ask how you want the front-end to be? Would you prefer a trigger on button click rather?

jwjacobson commented 8 months ago

Yes I think so, the instant feedback from the search entry feels almost intrusive if that makes sense

bbelderbos commented 8 months ago

Yep needs to be on click rather.

The other thing I was thinking (and will play with today): why not show all tunes in a form / table and for each tune show the play button that triggers another htmx action + view to update last_played - this make it way simpler and would be nice UX I think. I will try to get this implemented before our call today ...

bbelderbos commented 7 months ago

@jwjacobson I joined our checkin but I did not see you join? I will work on the above a bit more now and push ...

bbelderbos commented 7 months ago

we moved away from active search