-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
squad: gatekeepersCatalyst App Backend, System Development & Integration TeamCatalyst App Backend, System Development & Integration Team
Description
Summary
Implement a corresponding macro for statically instantiate a ContentRule
for a specific document type.
Description
- Add a corresponding
fn content_rule(spec: &CatalystSignedDocSpec) -> anyhow::Result<TokenStream>
function under its separatecontent.rs
mod file which should be under therules
mod. - Update
CatalystSignedDocSpec
with the corresponding and required missing info based on thespecs/signed_doc.json
Note
It is probable that the our current implementation would diverge with latest definition of some validation rules or description of something in the design specs is not accurate or something is missing.
In this case, create as a separate issue to updating the validation rule implementation or for updating design specs.
Metadata
Metadata
Assignees
Labels
squad: gatekeepersCatalyst App Backend, System Development & Integration TeamCatalyst App Backend, System Development & Integration Team
Type
Projects
Status
🏗 In progress