You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a maintainer of the Universal Pipeline,
I want validation logic to be in one place,
so that maintenance is faster and easier
Description/Use Case
Validation.kt contains validation of various settings/config files in ReportStream, including mapping files. We should move the validation that is currently happening inside Receiver.consistencyErrorMessage to the Konform-based validation feature we have built out.
Risks/Impacts/Considerations
Dev Notes
Acceptance Criteria
Report.consistencyErrorMessage logic moved to Konform
The text was updated successfully, but these errors were encountered:
User Story
As a maintainer of the Universal Pipeline,
I want validation logic to be in one place,
so that maintenance is faster and easier
Description/Use Case
Validation.kt
contains validation of various settings/config files in ReportStream, including mapping files. We should move the validation that is currently happening insideReceiver.consistencyErrorMessage
to the Konform-based validation feature we have built out.Risks/Impacts/Considerations
Dev Notes
Acceptance Criteria
Report.consistencyErrorMessage
logic moved to KonformThe text was updated successfully, but these errors were encountered: