Skip to content

Commit

Permalink
added new data model decision record to support ERD changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aje54 committed Jul 17, 2024
1 parent dfb4014 commit 723c589
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/adr/data-model-decisions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Data Model Decisions
## Context
In order to migrate data away from DQT, we must make decisions on what data entities and data is required to support TRS and the digital services it supports.The decisions will be made from both technical and business analysis and user research. The decisions will inform the the ERD (entitiy relationship diagram), migration plan, development of the TRS code base. We require one simple file to record these decisions.



| No. | Entity | Decision | Context | Consequences
| -------- | -------- | -------- |-------- |-------- |
| 1.| Qualification | Migrate |Qualification is one of the main entities within TRS| We can record QTS, EY, NPQ, QTLS, MQ for a teaching record. Satisfying the statutory obligation on DfE to record QTS status.
2.| Teaching Alert / Sanction | Migrate |Alert is one of the main entities within TRS| We can record sanctions, decisions and other alerts. Satisfying the statutory obligation on DfE to record alerts for child safeguarding and make available to the appropriate stakeholders.
3.| Induction | Migrate |Mandatory induction is one of the main entities within TRS| We can record sanctions, decisions and other alerts. Satisfying the statutory obligation on DfE to record inductions for newly qualified teachers.
4.| Mandatory Qualification | Migrate |Mandatory qualification (sensory needs) is one of the main entities within TRS| We can record teachers with MQ's. Satisfying the statutory obligation on DfE to record MQ's for teachers who have this qualification.
5.| Text | Text | Text |Text




## Status

Accepted: The analysis, reasons, UR supporting this decision has been presented and agreed by the appropriate delivery and policy stakeholders.


Repos Affected:
https://github.com/DFE-Digital/teaching-record-system






0 comments on commit 723c589

Please sign in to comment.