Page MenuHomePhabricator

Hard to tell what tags are available in Cronos
Open, HighPublic

Description

The Cronos Calendar doesn't have any way to tell which tags are in common use, which makes it difficult to select appropriate tags. I would recommend both having a central list (which could list by order of frequency), and a dropdown/suggestions list under the tag text field when adding an event.

Related Objects

StatusSubtypeAssignedTask
OpenNone
OpenNone

Event Timeline

Yup!

Awesome idea. I've opened a talk page here. Let's add more items:

https://meta.wikimedia.org/wiki/Meta_talk:Wikimedia_CH/Cronos#Propose_some_awesome_Tags%21

Also it could be awesome to have a kind of "Tag cloud" with the most used tags, to maintain the above list. But this is another story.

Update here :)

I've started working on your idea introducing an easy way to return a table like this from Lua:

{
  { tag = 'tag-foo', count = 2 },
  { tag = 'tag-bar', count = 5 },
  ...
}

So the next step is to render this list, and... well... render a cute on-wiki Tag cloud!

https://meta.wikimedia.org/wiki/Special:Diff/21189224

valerio.bozzolan triaged this task as High priority.