Skip to content

Commit

Permalink
Merge pull request #41601 from code-dot-org/staging
Browse files Browse the repository at this point in the history
DTT (Staging > Test) [robo-dtt]
  • Loading branch information
deploy-code-org committed Jul 16, 2021
2 parents 5605304 + a5e3394 commit 5480d76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/cron/csf_workshop_attendance_to_gdrive
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def get_rows
"Total Hours",
"Num Registered",
"Number Scholarship Teachers Attending All Sessions",
"Attendance Day 1+"
"Attendance Day 1+",
"Workshop End Date"
]
]

Expand All @@ -54,7 +55,8 @@ def get_rows
workshop.effective_num_hours,
workshop.enrollments.count,
workshop.teachers_attending_all_sessions(true).count,
workshop.teachers_attending_all_sessions.count
workshop.teachers_attending_all_sessions.count,
workshop.sessions.last&.formatted_date
]
end

Expand Down

0 comments on commit 5480d76

Please sign in to comment.