Right now, the task-queue contract supports list_open and list_completed, each filtering by task status. For the frontend, it'd be ideal to make a unified list query that does not filter by task status, to prevent having to merge separately paginated lists.
Right now, the task-queue contract supports
list_open
andlist_completed
, each filtering by task status. For the frontend, it'd be ideal to make a unifiedlist
query that does not filter by task status, to prevent having to merge separately paginated lists.