-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add templating tokens into the FedRamp document to allow Masonry to render into it. #140
Comments
/cc #117 |
Nice-to-have: The FedRAMP docx is already "templatized" in the sense that it contains text like Similarly, the docx may have a consistent enough structure that we can parse the XML and find where each control should be inserted, which could save a lot of time, especially if they release a new version of the docx. I'm sure we don't want to have to drop the template tags in there manually more than once. |
Starting an experiment to automate the Go templating here: https://github.com/opencontrol/fedramp-templater |
I'm starting to think that inserting template tags will be insufficient for the FedRAMP docx (opencontrol/fedramp-templater#10), and that having a FedRAMP-specific Masonry formatter/plugin (#153) is the way to go. Current workflow...or at least the one we had been working towards.
Proposed workflow
The benefit here is that we can do all of the parsing and filling of the docx in a single pass, rather than requiring an intermediate format with special tags inserted for all of the information we want to insert. We can still break the Golang-style docx templating support into its own plugin...it just doesn't make sense for the FedRAMP doc. |
Closing in favor of opencontrol/fedramp-templater#18. |
Here are the relevant links:
The text was updated successfully, but these errors were encountered: