Open mjstealey opened 2 years ago
Use API endpoint functions from portal/apps/resources/api/viewsets.py to implement portal UI endpoints
portal/apps/resources/api/viewsets.py
/resources
/resources/create
/resources/{int:pk}
/resources/{int:pk}/edit
/resources/{int:pk}/experiments
/resources/{int:pk}/projects
List of all available resources
Create new resource
Resource details
Resource edit
Resource delete
is_deleted = True
is_active = False
Edit existing resource
Experiments making use of a particular resource
Projects making use of a particular resource
Resources
Use API endpoint functions from
portal/apps/resources/api/viewsets.py
to implement portal UI endpoints/resources
/resources/create
/resources/{int:pk}
/resources/{int:pk}/edit
/resources/{int:pk}/experiments
/resources/{int:pk}/projects
/resources
List of all available resources
/resources/create
Create new resource
/resources/{int:pk}
Resource details
Resource edit
/resources/{int:pk}/edit
Resource delete
is_deleted = True
,is_active = False
)/resources/{int:pk}/edit
Edit existing resource
/resources/{int:pk}/experiments
Experiments making use of a particular resource
/resources/{int:pk}/projects
Projects making use of a particular resource