groton-school / course-planning-tool

Course planning tool to distribute individual Google Sheet course plans to students and advisors based on Blackbaud registration data
GNU General Public License v3.0
0 stars 0 forks source link

could this be pulled from the data protection model? #93

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 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)) {
battis commented 1 year ago

Yes, yes it could.

github-actions[bot] commented 1 year ago

Closed in af50248eb1300cc681c7b9be4d05fdf5050b1be7