BroncoDirectMe / BroncoDirectMe/Backend
[SECONDARY FEATURE] Associate OAuth Account with Degree Progress
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### 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:
- [Frontend#53 Capture DPR Requirements](https://github.com/BroncoDirectMe/Frontend/issues/53)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.