implement logging of exam edits on workflow's current step

This commit is contained in:
Joao Correia
2025-02-06 19:12:18 +00:00
parent 8711802b97
commit cf12a4ed4f
7 changed files with 201 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ export interface WorkflowStep {
finalStep?: boolean,
selected?: boolean,
comments?: string,
examChanges?: string[],
onClick?: React.MouseEventHandler<HTMLDivElement>
}