Skip to content

Commit

Permalink
add explanatory note
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguillette committed Sep 18, 2024
1 parent 2e577f8 commit da97201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions local/heb115.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# @note Used to define the submitted cluster, title, description, and
# hard-coded/user-defined attributes that make up this Batch Connect app.
<%-
# User POSIX groups are checked against a list of Canvas Course IDs, which are
# expected to be present in group names following the convention
# `canvas<canvas_id>-<group_id>`. To add to this list, add a Canvas Course ID
# and comment it with the title of the course.
userGroups = OodSupport::User.new.groups.sort_by(&:id).map(&:name).flat_map{ |str| str.scan(/^canvas(\d+)-\d+/) }.flatten
enabledGroups = [
"135510", # HUIT Open OnDemand Testing
Expand Down

0 comments on commit da97201

Please sign in to comment.