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

New validation rules and formatting in error messages #101

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. Update validation rules in schema examples and formatting corrections

    The commit modifies validation rules in various schema examples (full.json, full.php, full.yml, full_clean.yml), such as changing the contains rule from "Hello" to "World". In addition, the formatting for the quartiles computation in the ComboQuartiles PHP file has been refined. Additional IPs and URL checks have been included as validation rules and existing rules have been re-ordered for better readability.
    SmetDenis committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    93b7c50 View commit details
    Browse the repository at this point in the history
  2. Update list formatting in validation rules and error messages

    Refactored code to improve readability and maintainability by standardizing how lists are formatted in error messages and validation rules. This includes updates to the schema examples, and changes in the implementation of the Utils::printList method. The changes are also reflected in various validation rules and tests.
    SmetDenis committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b2da4dd View commit details
    Browse the repository at this point in the history