Skip to content

Commit

Permalink
Merge pull request #203 from overmindtech/remove-deprecated-risks
Browse files Browse the repository at this point in the history
Removed deprecated fields
  • Loading branch information
dylanratcliffe authored May 3, 2024
2 parents 0a4ba71 + 73f4894 commit c9ac58a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -960,26 +960,6 @@ message RiskCalculationStatus {

Status status = 1;

// A message that should be rendered along with the status. This won't be
// shown when the status is `STATUS_DONE` since nothing went wrong. But other
// status could show this message e.g. if a calculation was skipped because
// the user opted out or didn't have enough credits
//
// This is deprecated in favour of the `progressMilestones` field
string message = 2 [deprecated = true];

// The total number of steps within the STATUS_INPROGRESS status
//
// This is deprecated in favour of the `progressMilestones` field
int32 numSteps = 3 [deprecated = true];

// The current step within the STATUS_INPROGRESS status. These give more
// granularity and should be shown to the user so they can see that the
// calculation is progressing
//
// This is deprecated in favour of the `progressMilestones` field
int32 currentStep = 4 [deprecated = true];

message ProgressMilestone {
enum Status {
// The milestone hasn't been reached yet
Expand Down

0 comments on commit c9ac58a

Please sign in to comment.