AERPAW-Platform-Control / aerpaw-portal

AERPAW Portal v2
0 stars 2 forks source link

portal UI - resource pages #12

Open mjstealey opened 2 years ago

mjstealey commented 2 years ago

Resources

Use API endpoint functions from portal/apps/resources/api/viewsets.py to implement portal UI endpoints

/resources

List of all available resources

/resources/create

Create new resource

/resources/{int:pk}

Resource details

Resource edit

Resource delete

/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