We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The appData verification is scattered around. Unify the appData verification in one place, and propagate the appData to the functions accordingly.
We should have validated appData (app_data::Validator) which can be provided by:provide appdata in so many ways:
app_data::Validator
The appData validation is in one place, and it is properly propagated accordingly.
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed.
Sorry, something went wrong.
No branches or pull requests
Background
The appData verification is scattered around. Unify the appData verification in one place, and propagate the appData to the functions accordingly.
Details
We should have validated appData (
app_data::Validator
) which can be provided by:provide appdata in so many ways:Acceptance criteria
The appData validation is in one place, and it is properly propagated accordingly.
The text was updated successfully, but these errors were encountered: