Skip to content

Add support for multiple values in control implementation statements #501

@kperk103

Description

@kperk103

We want to add support for more than one item in the values array. The values array is here in OSCALControlProse:

return setParameterValue
? {
"param-id": setParameterId,
values: [setParameterValue],
}
: null;
}),

Having multiple values should be considered an edge case. Designing this feature in such a way that we do not clutter up or take away ease of use will be needed.

Acceptance Criteria

  • Design of this functionality is provided on this issue for discussion before implementation
  • Multiple parameter values are able to be displayed
  • Original functionality of easily adding a single param value is not diminished

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreCleanup or repository management workfeedback-neededAdditional feedback is required from creator or stakeholder

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions