Open MichelleBlanchette opened 4 years ago
It'd be nice to make it a search input, too, like I created in Automations "Pin to Post". Just cache the all tags result and then filter by typing. Rather than this massive dropdown of tag options. Will still need differentiator for tags with same name, though!!
Probably should make a custom ReactJS component to list the tags with their name, color, created datetime, and permalink URL. See the schema here: https://developers.asana.com/reference/gettag
There are 2 goals:
See Asana API thread where the tag update is described. The Typeahead endpoint is suggested to be used... which is an even better idea than a full tag list dropdown!!! Because users already know what tag they are looking for, just let them type it in.
Tags can exist with the same name, so this nonsense happens. Additionally, empty tags are now shown.