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

(feat) Form validator built into interactive form builder #172

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2023

  1. schema-validator: First working demo

    arodidev committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    230ce69 View commit details
    Browse the repository at this point in the history
  2. schema-validator: updated response message

    arodidev committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3b63fd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a28c3a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5e641 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. schema-validator: added mappings

    arodidev committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    056fec9 View commit details
    Browse the repository at this point in the history
  2. schema-validator: clean up

    arodidev committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c188aa6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    211fc5b View commit details
    Browse the repository at this point in the history
  2. schema-validator: clean up

    arodidev committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    53aa420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e75063 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. schema-validator: updated separation of concerns

    arodidev committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    3e556d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/schema-validator

    arodidev committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    5826290 View commit details
    Browse the repository at this point in the history
  3. clean up

    arodidev committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6dc91e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    d237b3b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. feat/schema-validator: update yarn.lock error

    arodidev committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    499b35d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    6f526b7 View commit details
    Browse the repository at this point in the history
  2. feat/schema-validator: refactoring error responses

    arodidev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c8aee01 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/schema-validator' of https://github.com/arodidev/o…

    …penmrs-esm-form-builder into feat/schema-validator
    arodidev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    73a0d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    fddb910 View commit details
    Browse the repository at this point in the history
  2. feat/schema-validator: UX changes

    arodidev committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    17df8c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. feat/schema-validator: lint errors

    arodidev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fb3a72b View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 3315b3a
    Author: arodidev <[email protected]>
    Date:   Mon Aug 14 13:32:46 2023 +0300
    
        Moved validation state to parent component
    arodidev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ffb8e1c View commit details
    Browse the repository at this point in the history
  3. feat/schema-validator: fixing lint errors

    arodidev committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0a97e75 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. feat/schema-validator: removed changes to yarn.lock

    arodidev committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    16e925a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    fd727f9 View commit details
    Browse the repository at this point in the history
  2. feat/schema-validator: update state setters

    arodidev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6534a37 View commit details
    Browse the repository at this point in the history
  3. feat/schema-validator: setIsValidating

    arodidev committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    048dc44 View commit details
    Browse the repository at this point in the history