Closed alythobani closed 5 years ago
Will require manual updating of strings representing the current term, each term, so that we know what to filter for. In particular, the available sections and the current session.
For example:
const currentAPSC160Sections = ["101", "102", "203", "204", "VE1", "VE2"]; const currentAPSC160Session = "2018W";
const currentAPSC160Sections = ["101", "102", "203", "204", "VE1", "VE2"];
const currentAPSC160Session = "2018W";
Implemented and pushed to branch 61-only-allow-current-term-student-access
61-only-allow-current-term-student-access
Merged to master
Will require manual updating of strings representing the current term, each term, so that we know what to filter for. In particular, the available sections and the current session.
For example:
const currentAPSC160Sections = ["101", "102", "203", "204", "VE1", "VE2"];
const currentAPSC160Session = "2018W";