operable / cog-api-client

1 stars 1 forks source link

Refactor cog-api #154

Open christophermaier opened 7 years ago

christophermaier commented 7 years ago

From @mpeck on November 29, 2016 20:56

Cog api is rife with cruft and could use some rethinking. A lot of it was written around the assumption that fake api should be a thing. Since we deleted the fake api bits the code base could probably be simplified quite a bit.

This issue will certainly need some research before coding starts but some key points to keep in mind when starting on the refactor.

Copied from original issue: operable/cog#1190

christophermaier commented 7 years ago

Update: cogctl has been rewritten in Python now, meaning that the only consumer of this code is the web UI.