disarm-dev / douma-api

DiSARM api (2018 and beyond)
MIT License
2 stars 1 forks source link

do not allow new configs without location-selection #47

Open onlyjsmith opened 6 years ago

onlyjsmith commented 6 years ago

Why not make this use the config-validation library - no configs written unless they're valid?

onlyjsmith commented 6 years ago

Are you already working on this side as part of the registry-client work this week?

mosaic141688 commented 6 years ago

I agree with using the current config-validation library on the server as well because that way a config without location_selection will not be saved if any other component requires location selection

onlyjsmith commented 6 years ago

@mosaic141688 Can you remind me if this is already done (and just not linked to this issue), or whether we still need to do this?