cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

Added list endpoints for taskflows

Open psavery opened this issue 6 years ago • 2 comments

Two different types of lists were added:

  1. List taskflows for a given user.
  2. List taskflows for all users.

Their endpoints are GET '/taskflows' and GET '/taskflows/all', respectively.

The "List taskflows for a given user" will use the current user if no user is provided.

I followed the example of the list endpoints in the girder "job" plugin while doing this. I also tested it and it seems to work fine.

Let me know if I should make any changes.

psavery avatar Aug 06 '18 15:08 psavery

Looks like they removed requirements.txt from the root directory of girder...

psavery avatar Aug 06 '18 15:08 psavery

I pushed an update here. Hopefully, the tests will pass. Let me know if I should change anything else.

psavery avatar Aug 08 '18 19:08 psavery