celinaberg / BitFit

An app designed to help students learn to write and read C code.
MIT License
0 stars 0 forks source link

Only allow students registered in APSC 160 in the current term to sign in #61

Closed alythobani closed 5 years ago

alythobani commented 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";

alythobani commented 5 years ago

Implemented and pushed to branch 61-only-allow-current-term-student-access

alythobani commented 5 years ago

Merged to master