@@ -76,9 +76,9 @@ Defining group profiles
76
76
mem_guarantee : 2048M
77
77
78
78
79
- # Example: grant admin rights to course staff.
79
+ # Example: increase memory just for course staff.
80
80
# Enrollment types returned by the Canvas API are `teacher`,
81
- # `student`, `ta`, `observer`, and `designer`.
81
+ # `student`, `ta`, `observer`, and `designer`. (non-plural)
82
82
# https://canvas.instructure.com/doc/api/enrollments.html
83
83
84
84
# Some other class 200, Spring '23; requested in #98776
@@ -90,11 +90,12 @@ Defining group profiles
90
90
mem_guarantee : 2048M
91
91
92
92
93
- # Example: a fully specified CanvasOAuthenticator group name.
94
- # This could be useful for temporary resource bumps where the
95
- # instructor could add people to groups in the bCourses UI. This
96
- # would benefit from the ability to read resource bumps from
97
- # jupyterhub's properties. (attributes in the ORM)
93
+ # Example: a fully specified CanvasOAuthenticator group name where
94
+ # the resource request happens to be an additional mount path.
95
+ # Creating groups for temporary resource bumps could be useful
96
+ # where the instructor could add people to groups in the bCourses
97
+ # UI. This would benefit from the ability to read resource bumps
98
+ # from jupyterhub's properties. (attributes in the ORM)
98
99
99
100
# Name of Class 100, Fall '22; requested in #98770
100
101
course::123456::group::lab4-bigdata :
0 commit comments