jwjacobson / jazztunes

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

Negativize timespans? #146

Closed jwjacobson closed 6 months ago

jwjacobson commented 6 months ago

From the standpoint of the practicing musician, the useful timespan functionality is actually the opposite what is currently implemented, i.e. I want to see the tunes I haven't played in the last week etc. so that I can prioritize those tunes. I'm just thinking of how best to communicate this to the user as mechanically it shouldn't be too difficult...

bbelderbos commented 6 months ago

Ah gotcha, that's possible by inverting the search I guess? What about tunes that you never practiced? Would those be included or is that a different search?

jwjacobson commented 6 months ago

Actually I've already inverted it, just changed lte to gte in the timespan exclude statement. But that's a good point that I haven't considered what to do with tunes where last_played is still blank

bbelderbos commented 6 months ago

Great, I am still catching up ... so what will you do with the none fields?