We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use API endpoint functions from portal/apps/experiments/api/viewsets.py to implement portal UI endpoints
portal/apps/experiments/api/viewsets.py
/experiments
/experiments/create
/experiments/{int:pk}
/experiments/{int:pk}/edit
/experiments/{int:pk}/files
/experiments/{int:pk}/members
/experiments/{int:pk}/resources
/experiments/{int:pk}/resources-targets
/experiments/{int:pk}/resources-targets/{int:pk}/edit
List of all available experiments
Create new experiment
Experiment details
Experiment edit button
Experiment delete button
Resources edit button
Edit existing resource
name
description
Edit experiment members
Resources being targeted by a particular experiment
Update resources being targeted by a particular experiment
Modify canonical-experiment-resource node_uhd and node_vehicle for a single resource target
node_uhd
node_vehicle
The text was updated successfully, but these errors were encountered:
[#14] /experiments endpoints, debug flag
6b6f7bd
[#14] /experiments, other cleanup
97fc480
[#14] /experiments - is_retired logic
51fc9cc
[#14, #15, #19] experiments, experiment-files, experiment states
1a40ce4
ecc1643
No branches or pull requests
Experiments
Use API endpoint functions from
portal/apps/experiments/api/viewsets.py
to implement portal UI endpoints/experiments
/experiments/create
/experiments/{int:pk}
/experiments/{int:pk}/edit
/experiments/{int:pk}/files
/experiments/{int:pk}/members
/experiments/{int:pk}/resources
/experiments/{int:pk}/resources-targets
/experiments/{int:pk}/resources-targets/{int:pk}/edit
/experiments
List of all available experiments
/experiments/create
Create new experiment
/experiments/{int:pk}
Experiment details
Experiment edit button
Experiment delete button
Resources edit button
/experiments/{int:pk}/edit
Edit existing resource
name
,description
/experiments/{int:pk}/files
/experiments/{int:pk}/members
Edit experiment members
/experiments/{int:pk}/resources
Resources being targeted by a particular experiment
/experiments/{int:pk}/resources-targets
Update resources being targeted by a particular experiment
/experiments/{int:pk}/resources-targets/{int:pk}/edit
Modify canonical-experiment-resource
node_uhd
andnode_vehicle
for a single resource targetThe text was updated successfully, but these errors were encountered: