sartography / cr-connect

0 stars 0 forks source link

Cleanup library listings #453

Closed cullerton closed 2 years ago

cullerton commented 3 years ago

Make sure libraries don't have a category_id. (We don't want them showing up in the category listings) See if libraries can be run in standalone mode.

cullerton commented 3 years ago

We decided not to refactor a bunch of code for this ticket. Instead, we only make sure that library and standalone workflow specs do not get a category_id. Also, we are explicit in the types of workflow specs we return with all_specifications method. We only send one type at a time; library, standalone, or standard. We no longer send multiple types together.