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

Graduate seniors out of the inventories? #56

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://github.com/groton-school/course-planning-tool/blob/6b56a3fcc3f3fdb397948449c5321fbcf3bbf48a/src/CoursePlan/index.ts#L12


    `org.groton.CoursePlanning.CoursePlan.${tokens.join('.')}`;
const COURSE_PLAN = 'Course Plan';

// TODO graduate seniors out of the inventories?
// TODO archive departed advisors
class CoursePlanInventory extends Inventory<CoursePlan> {
    protected getter = (id: string, key?: InventoryKey): CoursePlan =>
        CoursePlan.bindTo(id, key);
github-actions[bot] commented 1 year ago

Closed in ee28ef4f557acc807e5c4ac1a157f29a705b0d77

github-actions[bot] commented 1 year ago

Closed in 7131402eb51f5138647b9208f033512899a02cba

github-actions[bot] commented 1 year ago

Closed in e88771cd9e92433d7782726d85f7ac97306f1fe8