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

Make background validation performed by Services configurable #2060

Closed
hannobraun opened this issue Oct 19, 2023 · 2 comments
Closed

Make background validation performed by Services configurable #2060

hannobraun opened this issue Oct 19, 2023 · 2 comments
Labels
good first issue Good for newcomers topic: core Issues relating to core geometry, operations, algorithms topic: validation Infrastructure for checking various properties of objects, making sure they are valid. type: feature New features and improvements to existing features

Comments

@hannobraun
Copy link
Owner

Validation uses parameters defined in ValidationConfig to determine whether close-by objects are considered coincident or not. However, this is not exposed through the Services API, which is the main way of using validation.

It should be possible to override the configuration used by Services in some way.

@hannobraun hannobraun added type: feature New features and improvements to existing features topic: core Issues relating to core geometry, operations, algorithms labels Oct 19, 2023
@hannobraun
Copy link
Owner Author

I think this might be a good first issue for anyone interested in getting involved. Here's some more explanation and guidance on how to get this done:

If anyone still has questions, please don't hesitate to ask!

@hannobraun hannobraun added the good first issue Good for newcomers label Oct 30, 2023
@hannobraun hannobraun added the topic: validation Infrastructure for checking various properties of objects, making sure they are valid. label Dec 12, 2023
hannobraun added a commit that referenced this issue Jan 14, 2024
…round_validation

 Make background validation performed by Services configurable #2060
@hannobraun
Copy link
Owner Author

Addressed in #2150.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers topic: core Issues relating to core geometry, operations, algorithms topic: validation Infrastructure for checking various properties of objects, making sure they are valid. type: feature New features and improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant