You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the following changes in order to complete #825:
The unlink task endpoint deletes a task if there is no more than one card connected to it. We need to change this so that this endpoint does not delete tasks.
We should be able to include task type when updating a task.
The delete task endpoint should delete the task for the whole process. Right now it only removes it from a card if it exists on more than one card. Is there any need for us to send the projectId and the vertexId to the backend in this endpoint since we are also sending the taskId?
The text was updated successfully, but these errors were encountered:
By including task type, I assume you mean updating the task type?
As for the delete/unlink endpoint there is only one endpoint, the delete task endpoint. Do you want to have a separate unlink endpoint to remove task edges, and then rather have the delete endpoint just straight up delete both the vertex and the edge without consideration for if it exists on any card?
We need the following changes in order to complete #825:
The text was updated successfully, but these errors were encountered: