PurpleTurtleCreative / completionist

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

Ability to pin a task's subtasks in bulk on a WordPress post #173

Open MichelleBlanchette opened 1 year ago

MichelleBlanchette commented 1 year ago

The other day, I had an Asana task for a WordPress post. I wanted to just paste the parent task link but instead pin all of its immediate subtasks to the post. Could we add a button for "Pin Subtasks" versus "Pin Task" for a given task URL? This would probably require some performance improvements to pinning tasks to maintain a good user experience at this scale. (eg. pinning 20 Asana tasks to a post at once, need to handle bulk requests)

What I ended up doing was right-clicking each subtask, select "Copy task URL", then pasting each one to pin to the WordPress post. This is obviously not the most efficient experience.