DFE-Digital / DFE-Digital/check-performance-data
Ensure data for Checking Exercises are stored Logically
@Edu-GG is already working on this.
Since Sep 10, 2026.
- Dominant language
- C#
- Stars
- 0
- Forks
- 1
- Avg merge
- 19h 21m
- Merged PRs (30d)
- 54
Description
We have migrated from Windows to Checking Exercise within windows.
The original design based on the Window principle where is holds all its own data needs to be extended to Checking Exercises, we need to ensure the data is structured in the storage with a clear separation.
Acceptance:
Data Structure is logical and clear.
{WindowGuid}/
├── Ingress/
│ └── {CheckingExerciseGuid}/
│ ├── Schema/
│ │ └── *.json
│ ├── Files/
│ │ └── *.csv
│ └── Logs/
│ └── *.log
└── Data/
├── {CheckingExerciseGuid}/
│ └── *_pupils.json
└── Downloads/
├── summary.json
└── campus.json
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.