force-h2020 / force-bdss

Business Decision System general interface
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Conform to American English spellings #354

Open flongford opened 4 years ago

flongford commented 4 years ago

We use American English spelling throughout our codebase, although there are currently some exceptions. Most notably are the KPISpecification.objective enum values, which include "MINIMISE" and "MAXIMISE" strings.

Unfortunately since these are set in workflow JSON files contributed by BDSS plugins we cannot simply update them in this repo without breaking these examples. Therefore this will either need to be performed by deprecating the enum values and handling them in a work around or rolling out fixes all at once, across multiple PRs.