After https://github.com/opencontrol/fedramp-templater/pull/44 is merged, we will have a way to fill the checkboxes according to the data from opencontrol.
However, we need to determine the logic for when we should uncheck boxes according to the opencontrol data.
@afeld had a great suggestion where we have two scenarios:
We have at least one box filled in the opencontrol data, then we uncheck the other boxes
If there's no control origin data at all for that control, we leave everything in the doc the same.
I'm not totally sure if this is relevant for this task, but good to note that sometimes having several boxes checked (including ones that seem contradictory) is correct. :)
After https://github.com/opencontrol/fedramp-templater/pull/44 is merged, we will have a way to fill the checkboxes according to the data from opencontrol. However, we need to determine the logic for when we should uncheck boxes according to the opencontrol data.
@afeld had a great suggestion where we have two scenarios: