quintype / quintype-validator

Quintype validators, currently has website validator and migration validator
https://validator.quintype.com/
0 stars 0 forks source link

Validation support for bigfact story element #82

Closed Robert-Christopher closed 4 years ago

Robert-Christopher commented 4 years ago

Below are the mandatory fields.

RashmiMelagiri commented 4 years ago

Completed the devbox, Currently validation was done for any html tag. But for bigfact element, 2 div tags should be there as part of text value. This check is missing . Hence moving back to Dev

RashmiMelagiri commented 4 years ago

Scenarios:

  1. Validate the bigfact element in story json via Direct Input.
  2. Validate the bigfact element in story json via File upload.
  3. Check and Validate for Mandatory fields of bigfact element in story json.
  4. Check and validate for fields values of bigfact element in story json.
RashmiMelagiri commented 4 years ago

Tested in production env and works fine