In #450 we are changing the schema on one monitoring endpoint (/api/v1/server/channels), and this could lead to some adaptations needed on the sv2-ui project as a consequence (as pointed out in this comment).
We need some CI checks for this kind of issues, we cannot rely entirely on humans, since it's very easy to forget about it.
A couple of months ago I started to discuss this with @lucasbalieiro, and I remember something about using the API schema to validate changes on a PR.
In #450 we are changing the schema on one monitoring endpoint (
/api/v1/server/channels), and this could lead to some adaptations needed on thesv2-uiproject as a consequence (as pointed out in this comment).We need some CI checks for this kind of issues, we cannot rely entirely on humans, since it's very easy to forget about it.
A couple of months ago I started to discuss this with @lucasbalieiro, and I remember something about using the API schema to validate changes on a PR.