DFE-Digital / DFE-Digital/check-performance-data

Ensure data for Checking Exercises are stored Logically

Open
#423 0 comments 0 reactions 1 assignee View on GitHub

@Edu-GG is already working on this.

Since Sep 10, 2026.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.