cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 23 forks source link

Ensure alpha-numeric IDs #354

Open rob-reynolds opened 2 years ago

rob-reynolds commented 2 years ago

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.

Chris0296 commented 1 year ago

@rob-reynolds thanks for submitting this issue. Could you specify where in the tooling this issue is occurring?