Consider splitting doc from tools into separate repositories #220
ahouseholder
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Specifically, we have a bit of a tangle in this repository at the moment:
I'm not sure what the right split should be -- the doc and the JSON data/schema seem to be core items, and perhaps the CSVs could be derived from the JSON? The python could also be adapted to depend on the JSON rather than on the CSVs. However, as seen in #214, there might be some dependency on human editability of the CSVs for customization, which would reverse the JSON -> CSV arrow to become CSV -> JSON. So we'd need to decide on which direction the causal arrow points for that process. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the SSVC documents and tool code in the same repository can make it hard to keep tabs on which changes are relevant to which components. It might be time to consider separating SSVC the doc from SSVC tools into separate repos.
Beta Was this translation helpful? Give feedback.
All reactions