-
Notifications
You must be signed in to change notification settings - Fork 11
Show dropdown of popular tags after typing # #230
Comments
I think "tags they have most used themselves" is probably most useful. I'm confident that using my own tags is useful, it's more speculative that other peoples' will be. But, if it turns out to be easy, maybe prioritize my tags, and then show the top globally used tags that match whatever characters I've entered after the # symbol. (I had a guess that the UI would work fastest/most-seamlessly if it just used the tags associated with my user, which are probably a quite small number, rather to use tags associated with my user than a global search. But that's just a guess. I think having it work quickly and responsively is more important that global tag search) |
I guess as-written it doesn't currently specify: it'd also be nice if after typing #, the next letters I type get entered into a search process. |
Yeah this is a fairly common UI paradigm. I think it's not crazy to go with
either choice, but weakly predict personal-user-tags will be more
convenient.
…On Sat, Jan 14, 2023 at 9:17 PM Jayson Virissimo ***@***.***> wrote:
Twitter does something sorta like this:
[image: Screenshot 2023-01-14 at 10 09 25 PM]
<https://user-images.githubusercontent.com/1292454/212523970-943f5643-f1eb-499e-b299-93874323cc16.png>
It looks like they match based on site wide popularity, but cap the number
in the dropdown to 8 maximum.
—
Reply to this email directly, view it on GitHub
<#230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYYU5XU5JKFZLLFBZF73SLWSOB7BANCNFSM6AAAAAATU76QBI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Typing # in the prediction description or in a response message treats the following word as a tag, but the user is on their own when deciding which to use. Instead, we could show a dropdown upon typing #, from which they can choose an existing tag or continue to type the tag name they want if they don't see what they are looking for.
This dropdown could be drawn from:
state
andstats
if they have typed#sta
)The text was updated successfully, but these errors were encountered: