mykter / TagTime-desktop

Cross-platform desktop implementation of TagTime
ISC License
19 stars 1 forks source link

Autocomplete should order suggestions by last used #171

Open mykter opened 5 years ago

mykter commented 5 years ago

126 was mistaken - tags change over time, you're more likely to use the same tag as last time than you are one you used a lot last year.

waldyrious commented 5 years ago

Perhaps a hybrid frecency measure would provide a useful middle ground?

mykter commented 5 years ago

Nice idea, thanks! It does feel quite like the browser history case from the wikipedia page. So many options for such an algorithm. I'm leaning towards recency being a fairly dominant factor, so am tempted to start with that simple option and see how it feels.