PurpleTurtleCreative / completionist

Asana integration plugin for WordPress.
https://purpleturtlecreative.com/completionist/
GNU General Public License v3.0
3 stars 0 forks source link

Tags are repeated and indistinguishable since Asana API update #33

Open MichelleBlanchette opened 4 years ago

MichelleBlanchette commented 4 years ago

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. Screen Shot 2020-08-19 at 10 01 29 PM

MichelleBlanchette commented 3 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!!

MichelleBlanchette commented 1 year ago

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