I am trying to get the https://github.com/OSLC/oslc-rm-strictdoc-dotnet working on the CRA template (with an idea to try on the ECSS later). However, I am hitting the following issues:
- CRA nodes are missing UIDs
- CRA nodes are missing MIDs - solved this locally by adding
ENABLE_MID: True, adding GRAMMAR nodes, and exporting to sdoc.
- Anchor redirects (
?a/#) do not work on MIDs. I recall seeing some code checking the anchor length and then treating it as an MID but cannot recall where. The interface is also missing the button to get a permalink, so this might be not a bug.
- UIDs with round brackets are not routed properly (repro: add
UID: ANNEX-I-Part-I(2)a to a node, copy URL, paste URL - redirects to a correct page but does not jump to the exact requirement, alter the anchor on the final page to be #ANNEX-I-Part-I-2-a - will work, alter the anchor in the permalink to ?a=ANNEX-I-Part-I-2-a - will fail to route to the correct page).
I am not sure if issues 3-4 are valid from your point of view. If they are, I can file issue(s) for them on the main repo.
I am trying to get the https://github.com/OSLC/oslc-rm-strictdoc-dotnet working on the CRA template (with an idea to try on the ECSS later). However, I am hitting the following issues:
ENABLE_MID: True, adding GRAMMAR nodes, and exporting to sdoc.?a/#) do not work on MIDs. I recall seeing some code checking the anchor length and then treating it as an MID but cannot recall where. The interface is also missing the button to get a permalink, so this might be not a bug.UID: ANNEX-I-Part-I(2)ato a node, copy URL, paste URL - redirects to a correct page but does not jump to the exact requirement, alter the anchor on the final page to be#ANNEX-I-Part-I-2-a- will work, alter the anchor in the permalink to?a=ANNEX-I-Part-I-2-a- will fail to route to the correct page).I am not sure if issues 3-4 are valid from your point of view. If they are, I can file issue(s) for them on the main repo.