cqframework / cqframework/cqf-tooling
Ensure alpha-numeric IDs
@Chris0296 is already working on this.
Since Sep 26, 2023.
- Dominant language
- Java
- Stars
- 22
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
By default, HAPI uses numeric IDs internally and alpha-numeric IDs for users. However, the CQF Tooling allows IDs to be numeric, which results in resources that are not compatible with the default deploy of HAPI.
Describe the solution you'd like
Given the above, the CQF Tooling should enforce that IDs of resources that are generated or verified by its operations are alpha-numeric, i.e. default HAPI compatible.
Describe alternatives you've considered
There should be an override that allows numeric IDs for users who have overridden HAPI's default behavior.
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.
Assessment
This issue has not been assessed yet.