comses / miracle

Repeatable data analysis workflows for computational models
1 stars 3 forks source link

Refactor view endpoints #23

Open alee opened 9 years ago

alee commented 9 years ago
  1. Replace run analysis + check analysis status views with AnalysisViewSet extra actions.
  2. Replace share output / output detail / delete output views with OutputViewSet extra actions

http://www.django-rest-framework.org/api-guide/viewsets/#marking-extra-actions-for-routing

http://www.django-rest-framework.org/api-guide/routers/