Skip to content

Add Simulation Scores

German Mas requested to merge feature/add_scores into develop

This PR addresses [Cloudsim] Make Score available

  • A new column Scores is to be added to the Simulation Deployments. When the simulations are processed and their score updated into the Fuel Database, the Simulation Deployment's Score should also be updated.

  • A migration should be made in order to match the score of previous simulations.

The first item is done. Can you ptal @alejoasd or @marcoshuck ? I am working on the second item (migration).

Note: There is duplicated code in the subt_specifics.go file, when dealing with the responses of AddScore and UpdateScore. Let me know if there is a way to avoid this.

Edited by German Mas

Merge request reports