WG Core 2024-03-22 #49
emiltin
announced in
Working Groups
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Particants
David, Emil
Repo organization
rsmp-specifications repo has been removed. Webpages are not directly generated in the core and sxl repos, which makes updates to the documentation easier.
Core and sxl repos now use branches for each spec version.
Schemas are still in the rsmp_schema repo.
Next steps:
Move YAML file from the rsmp_schema repo to the sxl repo. (Perhhaps also JSON schema, has to be decided).
rsmp_schema repo should then import each branch (version) from core and sxl using git subtrees.
Find the best way to organize the rsmp_schema repo. It's the gem that can be used to validate rsmp mesages.
We need to avoid circular repo dependencies. What tests do we need to ensure that the final json schemas perform as expected?
SXLs define a YAML which is used to generate JSON Schema. The core repo has no YAML, the JSON schema is written manually.
In which repo should the JSON Schema be generated?
Mermaid for documentation
There's a challenge reating mermaid diagrams in Github actions, related to Chrome.
Core spec
Updates related to SXL and tables, definitions, etc.
PRs: Alarm priorities, move FAQ to wiki.
3.2.2 can be released soon, however we should make sure schema, validator, etc. support the new core version. It therefore has priority to get the repo organization clarified/changed.
Beta Was this translation helpful? Give feedback.
All reactions