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

Improve performance of parse_yaml? #46

Open
anne17 opened this issue Feb 28, 2025 · 0 comments
Open

Improve performance of parse_yaml? #46

anne17 opened this issue Feb 28, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@anne17
Copy link
Member

anne17 commented Feb 28, 2025

In parse_yaml, when only some resource types are being updated, it is probably unnecessary to re-write the JSON files for all resource types.

However, resource collections and file deletions still need to be handled correctly. I.e. when a collection YAML file was updated, the JSON file belonging to the resource type of that collections needs to be updated as well. And when a resource file was deleted the JSON file belonging to that file's resource type needs to be updated.

@anne17 anne17 added the enhancement New feature or request label Feb 28, 2025
@anne17 anne17 self-assigned this Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant