PurpleTurtleCreative / completionist

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

Sort options for Asana tasks in Project Embeds of list layout #209

Closed MichelleBlanchette closed 7 months ago

MichelleBlanchette commented 7 months ago

A user has requested:

We had a quick question regarding completionist: is it possible to change sort order of tasks in list view? I think that currently they are sorted by creation date and we would like to have them sorted by due date (from soonest to most distant).

Here are the sort options within Asana: Screenshot 2024-01-14 at 7 15 37 PM

MichelleBlanchette commented 7 months ago

Not sure if a frontend sorting control is desired or purely just a backend shortcode attribute sort option. I was assuming a backend option was desired.

MichelleBlanchette commented 7 months ago

Asana's API has a built-insort_by parameter for the search endpoint, but not on the endpoint to get all tasks by project which we use. They don't offer that many sort options, anyways, so a custom implementation on our end would be better regardless.