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

Map out all the possible condition types #2

Open
larsyngvelundin opened this issue Mar 22, 2024 · 0 comments
Open

Map out all the possible condition types #2

larsyngvelundin opened this issue Mar 22, 2024 · 0 comments

Comments

@larsyngvelundin
Copy link
Owner

larsyngvelundin commented Mar 22, 2024

  • Name
  • Email
  • Address
  • Phone Number
    • Phone Number - isEmpty
    • Phone Number - isFilled
  • Date
    • Date - isEmpty
    • Date - isFilled
    • Date - before
      • Date - value
      • Date - otherField
    • Date - after
      • Date - value
      • Date - otherField
    • Date - equalToDate
      • Date - value
      • Date - otherField
    • Date - notEqualToDate
      • Date - value
      • Date - otherField
    • Date - equalToDay
      • Date - value
      • Date - otherField
    • Date - notEqualToDay
      • Date - value
      • Date - otherField
  • Appointment
    • Appointment - isEqualTo
      • Appointment - value
      • Appointment - otherField
    • Appointment - isNotEqualTo
      • Appointment - value
      • Appointment - otherField
    • Appointment - isEmpty
    • Appointment - isFilled
    • Appointment - before
      • Appointment - value
      • Appointment - otherField
    • Appointment - after
      • Appointment - value
      • Appointment - otherField
    • Appointment - equalToDate
      • Appointment - value
      • Appointment - otherField
    • Appointment - notEqualToDate
      • Appointment - value
      • Appointment - otherField
    • Appointment - equalToDay
      • Appointment - value
      • Appointment - otherField
    • Appointment - notEqualToDay
      • Appointment - value
      • Appointment - otherField
  • Fill in the Blank
    • Fill in the Blank - isEqualTo
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - isNotEqualTo
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - doesContain
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - doesNotContain
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - startsWith
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - doesntStartWith
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - endsWith
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - doesntEndWith
      • Fill in the Blank - value
      • Fill in the Blank - otherField
    • Fill in the Blank - isEmpty
    • Fill in the Blank - isFilled
  • Signature
    • Signature - isEmpty
    • Signature - isFilled
  • Product List
    • Product List - isEqualTo
      • Product List - productSelection
    • Product List - isNotEqualTo
      • Product List - productSelection
    • Product List - isEmpty
    • Product List - isFilled
  • Product
    • Product - quantityEquals
      • Product - value
      • Product - otherField
    • Product - quantityNotEquals
      • Product - value
      • Product - otherField
    • Product - quantityLessThan
      • Product - value
      • Product - otherField
    • Product - quantityGreaterThan
      • Product - value
      • Product - otherField
  • Short Text
    • Short Text - isEqualTo
      • Short Text - value
      • Short Text - otherField
    • Short Text - isNotEqualTo
      • Short Text - value
      • Short Text - otherField
    • Short Text - doesContain
      • Short Text - value
      • Short Text - otherField
    • Short Text - doesNotContain
      • Short Text - value
      • Short Text - otherField
    • Short Text - startsWith
      • Short Text - value
      • Short Text - otherField
    • Short Text - doesntStartWith
      • Short Text - value
      • Short Text - otherField
    • Short Text - endsWith
      • Short Text - value
      • Short Text - otherField
    • Short Text - doesntEndWith
      • Short Text - value
      • Short Text - otherField
    • Short Text - isEmpty
    • Short Text - isFilled
  • Long Text
    • Long Text - isEqualTo
      • Long Text - value
      • Long Text - otherField
    • Long Text - isNotEqualTo
      • Long Text - value
      • Long Text - otherField
    • Long Text - doesContain
      • Long Text - value
      • Long Text - otherField
    • Long Text - doesNotContain
      • Long Text - value
      • Long Text - otherField
    • Long Text - startsWith
      • Long Text - value
      • Long Text - otherField
    • Long Text - doesntStartWith
      • Long Text - value
      • Long Text - otherField
    • Long Text - endsWith
      • Long Text - value
      • Long Text - otherField
    • Long Text - doesntEndWith
      • Long Text - value
      • Long Text - otherField
    • Long Text - isEmpty
    • Long Text - isFilled
  • Dropdown
    • Dropdown - isEqualTo
      • Dropdown - option
    • Dropdown - isNotEqualTo
      • Dropdown - option
    • Dropdown - isEmpty
    • Dropdown - isFilled
  • Single Choice
    • Single Choice - isEqualTo
      • Single Choice - option
    • Single Choice - isNotEqualTo
      • Single Choice - option
    • Single Choice - isEmpty
    • Single Choice - isFilled
  • Multiple Choice
    • Multiple Choice - isEqualTo
      • Multiple Choice - option
    • Multiple Choice - isNotEqualTo
      • Multiple Choice - option
    • Multiple Choice - isEmpty
    • Multiple Choice - isFilled
  • Number
    • Number - isEqualTo
      • Number - value
      • Number - otherField
    • Number - isNotEqualTo
      • Number - value
      • Number - otherField
    • Number - isEmpty
    • Number - isFilled
    • Number - lessThan
      • Number - value
      • Number - otherField
    • Number - greaterThan
      • Number - value
      • Number - otherField
  • File Upload
    • File Upload - isEmpty
    • File Upload - isFilled
  • Time
    • Time - isEqualTo
      • Time - value
      • Time - otherField
    • Time - isNotEqualTo
      • Time - value
      • Time - otherField
    • Time - isEmpty
    • Time - isFilled
    • Time - before
      • Time - value
      • Time - otherField
    • Time - after
      • Time - value
      • Time - otherField
  • Spinner
    • Spinner - isEqualTo
      • Spinner - value
      • Spinner - otherField
    • Spinner - isNotEqualTo
      • Spinner - value
      • Spinner - otherField
    • Spinner - isEmpty
    • Spinner - isFilled
    • Spinner - lessThan
      • Spinner - value
      • Spinner - otherField
    • Spinner - greaterThan
      • Spinner - value
      • Spinner - otherField
  • Input Table
    • Input Table - doesContain
      • Input Table - value
      • Input Table - otherField
    • Input Table - doesNotContain
      • Input Table - value
      • Input Table - otherField
    • Input Table - isEmpty
    • Input Table - isFilled
  • Star Rating
    • Star Rating - isEqualTo
      • Star Rating - value
      • Star Rating - otherField
    • Star Rating - isNotEqualTo
      • Star Rating - value
      • Star Rating - otherField
    • Star Rating - isEmpty
    • Star Rating - isFilled
    • Star Rating - lessThan
      • Star Rating - value
      • Star Rating - otherField
    • Star Rating - greaterThan
      • Star Rating - value
      • Star Rating - otherField
  • Scale Rating
    • Scale Rating - isEqualTo
      • Scale Rating - value
      • Scale Rating - otherField
    • Scale Rating - isNotEqualTo
      • Scale Rating - value
      • Scale Rating - otherField
    • Scale Rating - isEmpty
    • Scale Rating - isFilled
    • Scale Rating - lessThan
      • Scale Rating - value
      • Scale Rating - otherField
    • Scale Rating - greaterThan
      • Scale Rating - value
      • Scale Rating - otherField
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant