Closed github-actions[bot] closed 1 year ago
https://api.github.com/groton-school/course-planning-tool/blob/e6e03b0f5694a2a8faa416b3263073ff119839bb/src/CoursePlan.ts#L219
return this.numOptionsPerDepartment; } // TODO could this be pulled from the data protection model? private getNumComments(): number { if (this.numComments === null) { if (Inventory.CoursePlans.has(this.hostId)) {
Yes, yes it could.
Closed in af50248eb1300cc681c7b9be4d05fdf5050b1be7
https://api.github.com/groton-school/course-planning-tool/blob/e6e03b0f5694a2a8faa416b3263073ff119839bb/src/CoursePlan.ts#L219