Bug #19180
closedDocument how to create projects
100%
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-06-22 Sprint to 2022-07-06
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-07-06 to 2022-07-20
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-07-20 to 2022-08-03 Sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-03 Sprint to 2022-08-17 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-17 sprint to 2022-08-31 sprint
Updated by Peter Amstutz over 2 years ago
19180-project-op-docs @ e35720b456048c4fafcbb267cb8297522284ed61
Add documentation page on manipulating projects & cookbook example.
Updated by Peter Amstutz over 2 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-08-31 sprint to 2022-09-14 sprint
Updated by Tom Clegg over 2 years ago
Not sure /admin is the right place to put the page -- seems more like "how any user can use the CLI tool to operate on projects" (SDKs → CLI → arv examples??) than "how to administer an Arvados cluster" (Admin).
Maybe /admin/group-management.html (which is an admin-focused thing) should be titled "Role group management" to make the distinction a bit more clear?
"create" should be "update" here:
Move a project by assigning it to a new owner. <pre> arv group create --uuid the_project_uuid --group '{"owner_uuid": "the_new_parent_project_uuid"}' </pre>
Rest LGTM, thanks!
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-09-14 sprint to 2022-09-28 sprint
Updated by Peter Amstutz over 2 years ago
- Target version changed from 2022-09-28 sprint to 2022-10-12 sprint
Updated by Peter Amstutz over 2 years ago
19180-project-op-docs @ 37ca517deefb5cbaef6fbaa1552eb92245364635
Tom Clegg wrote in #note-10:
Not sure /admin is the right place to put the page -- seems more like "how any user can use the CLI tool to operate on projects" (SDKs → CLI → arv examples??) than "how to administer an Arvados cluster" (Admin).
I agree, I moved it over
Maybe /admin/group-management.html (which is an admin-focused thing) should be titled "Role group management" to make the distinction a bit more clear?
I agree, I updated it to use the term "role group".
"create" should be "update" here:
Fixed.
Rest LGTM, thanks!
Will merge thanks!
Updated by Peter Amstutz over 2 years ago
- Status changed from In Progress to Resolved