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
This only makes sense if you can identify recurring attributes, preferably populated as document attributes, that can fit into a YAML one-liner. I suspect that in the general case, it will not work; you certainly could never implement ISO identifiers in it.
Users who use this gem will want to customize their document identifiers. Let's use the ISO document identifier scheme as an example to adapt for.
The ISO document identifier scheme differs by stage:
Template for unpublished:
ISO {stage} {report number}[-{part number}]:{year}
Template for published:
ISO {stage} {report number}[-{part number}]:{year}
Examples:
Template for unpublished amendments:
ISO {stage} {report number}[-{part number}]:{year}/{“Cor”|“Amd”} {number}:{year}
For example:
We can use a YAML structure to express this.
If it is simple:
If more complex:
This ticket needs more discussion when it gets tackled. Ping me for details!
The text was updated successfully, but these errors were encountered: