overmindtech / sdp

Protobuf based protocol for describing the state of a system
Other
4 stars 1 forks source link

Create data type for Risk #139

Closed dylanratcliffe closed 11 months ago

dylanratcliffe commented 11 months ago

We will need to be able to attach risks to Changes, this requires a new data type with the following stuff:

Once this is created it will need to be added to a Change. We should add the risks, but also the status i.e.

dylanratcliffe commented 11 months ago

This pr is also related here: https://github.com/overmindtech/sdp/pull/145

dylanratcliffe commented 11 months ago

Update: @DavidS-om & @getinnocuous Will pair on this today

getinnocuous commented 11 months ago

@dylanratcliffe would the relatedItems field be an array of ItemDiff like this repeated ItemDiffSummary relatedItems = 4;

DavidS-ovm commented 11 months ago

@dylanratcliffe would the relatedItems field be an array of ItemDiff like this repeated ItemDiffSummary relatedItems = 4;

the relatedItems field would be an array of Reference