frmscoe / General-Issues

This repo exists to track current work and any issues within the FRMS CoE
2 stars 0 forks source link

Add a configuration version attribute to the network map #287

Closed Justus-at-Tazama closed 9 months ago

Justus-at-Tazama commented 10 months ago

Story statement

As an eKuta platform operator I want to be able to link an iteration of the network map to a specific version number, So that it would be easier to identify the specific network map that the CRSP used when routing an evaluation

Acceptance criteria

  1. Add a "cfg" attribute to the network map:
    {
    "active": true,
    "cfg": "1.0.0", -- this is new
    "messages": [...]
    }
  2. Add the new cfg attribute is included in the network map that is packaged into the payload out of all of the processors: a. CRSP b. Rule Executor (for rule processors) c. Typology processor
  3. Add the new cfg attribute to the evaluation result posted to the database
  4. Update and deploy the default network map to include the cfg attribute
Justus-at-Tazama commented 9 months ago

Completed, archiving.