cqframework / cqframework/cqf-tooling
Position of xsi:type attribute in ModelInfo matters
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
For some reason I don't understand, the position of the xsi:type attribute in the XML ModelInfo matters:
Fixup the ModelInfo serialization to produce XML that ensures that the type attribute is the first attribute listed in the ModelInfo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the referenced clinical_quality_language commit and locate the ModelInfo serialization implementation in this repository. Verify how the XML attributes are emitted and add or update coverage if the relevant tests are found. Done means serialized ModelInfo XML consistently lists the xsi:type attribute first.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, xml
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100