Skip to content

Commit

Permalink
Refactor resulting indicators in specs schema to create multiple entr…
Browse files Browse the repository at this point in the history
…ies with distinct IDs

Signed-off-by: worksofliam <[email protected]>
  • Loading branch information
worksofliam committed Dec 8, 2024
1 parent 2c3f808 commit 4aafe6a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions extension/client/src/schemas/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,21 @@ export const specs: {[spec: string]: SpecFieldDef[]} = {
end: 69
},
{
id: `resultingIndicators`,
name: `Resulting Indicators`,
id: `resultingIndicatorsA`,
name: `Resulting Indicator`,
start: 70,
end: 71
},
{
id: `resultingIndicatorsB`,
name: `Resulting Indicator`,
start: 72,
end: 73
},
{
id: `resultingIndicatorsC`,
name: `Resulting Indicator`,
start: 74,
end: 75
}
],
Expand Down

0 comments on commit 4aafe6a

Please sign in to comment.