User Story
As a developer, I should ensure that collected degree progress records are bound specifically to a student's OAuth account to ensure their education data is recallable and private.
Technical Task:
Develop a schema that effectively associates a student's degree progress with their OAuth ID as a primary key
Acceptance Criteria:
- Create relevant columns/tables/whatever is needed to accept degree progress
- Figure out what the best practice for storing the data is (3NF may not be best route)
- Write the query to write to relevant tables
Related Issues:
User Story
As a developer, I should ensure that collected degree progress records are bound specifically to a student's OAuth account to ensure their education data is recallable and private.
Technical Task:
Develop a schema that effectively associates a student's degree progress with their OAuth ID as a primary key
Acceptance Criteria:
Related Issues: