Skip to content
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

Organize data and python modules by namespace #751

Open
ahouseholder opened this issue Mar 19, 2025 · 0 comments
Open

Organize data and python modules by namespace #751

ahouseholder opened this issue Mar 19, 2025 · 0 comments

Comments

@ahouseholder
Copy link
Contributor

This is intended to be dealt after #749 is merged.

We currently have things in the decision point directories in both the data and python folders organized where the "ssvc" items are in the main dir, and the "cvss" ones are in a subdirectory. However, because we're thinking of these in terms of namespaces, it probably makes more sense for us to move the ssvc things into an ssvc directory parallel to the respective cvss directories.

Tip

While this might look like a trivial mkdir ; mv operation, there will be implications to python imports, unit tests, markdown docs, etc., that will need to be resolved. I highly recommend doing this with the help of an IDE that supports refactoring of this type. That will make it a lot easier than fixing everything by hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant