Open chase-moskal opened 2 years ago
[ ] the new scoreCriteria should be an array of objects, something like:
export interface ScoreCriterion { name: string // uniquely identify each criterion label: string // user-readable display text description: string // user-readable display text } export type ScoreCriteria = ScoreCriterion[]
(previous scoreAspects array of strings was insufficient)
[ ] the new scoreCriteria should be an array of objects, something like:
(previous scoreAspects array of strings was insufficient)