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

Broker: Implement Order Feed Validation to improve Broker --validate-only mode #666

Open
lukehesluke opened this issue Mar 25, 2024 · 0 comments

Comments

@lukehesluke
Copy link
Contributor

lukehesluke commented Mar 25, 2024

Currently, Broker Microservice can do many things. As well as being used to power the integration tests, it can also run standalone against an OpenActive system to validate the Dataset Site and the Opportunity and Order/OrderProposal RPDE feeds found within.

This is Broker's --validate-only mode.

Currently, Broker does not run Validator on items found within the Orders RPDE feed. This should be fixed. It should run both RPDE Validator and Data Model Validator.

It does run Validator on items found in the Opportunity RPDE feed, so this can be used as inspiration.

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

No branches or pull requests

1 participant