You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Metaschema developer, I want to be able to write constraints that I must not counterintuitively invert the test or target for the equivalent inverse matches/expect constraint, so I Metaschema syntax to allow a report assembly (in constraint or elsewhere in the Metaschema model) to more clearly support analysis of data elements to provide software users information.
Goals:
Semantically distinguish reporting from defining constraints that are errors
Syntactically support an "inverse" test for reporting that works by requiring evaluation to equal true(), not false()
Dependencies:
N/A
Acceptance Criteria
All website and readme documentation affected by the changes in this issue have been updated. Changes to the website can be made in the docs/content directory of your branch.
A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered:
User Story:
As a Metaschema developer, I want to be able to write constraints that I must not counterintuitively invert the test or target for the equivalent inverse
matches
/expect
constraint, so I Metaschema syntax to allow areport
assembly (in constraint or elsewhere in the Metaschema model) to more clearly support analysis of data elements to provide software users information.Goals:
true()
, notfalse()
Dependencies:
N/A
Acceptance Criteria
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered: