AntaresSimulatorTeam / AntaREST

API REST and WebUI for Antares_Simulator
Apache License 2.0
12 stars 6 forks source link

feat(commands): add study_version information inside commands #2202

Closed MartinBelthle closed 1 day ago

MartinBelthle commented 3 weeks ago

This PR is the stepping stone for next developments, it doesn't bring a lot in itself. But thanks to this, when creating a command, we'll know the associated study version. It can help us validating data at the creation, thing we only used to do inside the method apply as it was the only one knowing the study version. So in a next development we can type parameters given to command such as parameters for thermal creation :)