bastislack / highline-freestyle

Webapp for Highline Freestyle
GNU General Public License v3.0
10 stars 9 forks source link

(Rewrite) Fix DB naming system for combos #304

Closed JulianDietzel closed 9 months ago

JulianDietzel commented 9 months ago

Addresses #300

I changed all occurrences of of combos having a "technicalName" or an "alias" to just having a "name". The "name" attribute is a mandatory one.

Updated the drawio-schematic accordingly.

Is there already a way to test the Combo implementation in the DB? If not, please just check the code. Thanks :)