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

Add date interval validation rules #123

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Add date interval validation rules #123

merged 3 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. Revise text formatting and error handling note

    Minor changes have been implemented across several files. These include text format updates in both the composer.json and README.md files for better readability. Additionally, a comment has been added in the csv-blueprint.php to clarify the purpose of error handling.
    SmetDenis committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7147696 View commit details
    Browse the repository at this point in the history
  2. Add date interval validation rules

    Updated the data validation code to include date interval checks. This added multiple new lines in JSON, PHP, YML and YAML file types to define these rules. In addition, a new file implementing the date interval validation logic was created, as well as a test file to ensure this feature works as expected.
    SmetDenis committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fa221db View commit details
    Browse the repository at this point in the history
  3. Fix

    SmetDenis committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    865d30a View commit details
    Browse the repository at this point in the history