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

Entity Schema - Add domain support for the 'Required' Attribute #119

Open
cedricfrancoys opened this issue May 14, 2024 · 0 comments
Open
Labels
feature New feature or request orm

Comments

@cedricfrancoys
Copy link
Collaborator

cedricfrancoys commented May 14, 2024

Add support for the required attribute in fields should be flexible, allowing it to be defined either as a boolean or a domain expression:

  • Boolean: A simple true or false setting, which universally mandates or waives the requirement for data entry.
  • Domain: A more complex condition that specifies when a field becomes mandatory, based on the logic defined within the domain expression. This approach allows for conditional requirements that adapt to the data context or specific business rules.
@cedricfrancoys cedricfrancoys changed the title Domains - Usage for the 'Required' Attribute Domains - Domain for the 'Required' Attribute Jul 13, 2024
@cedricfrancoys cedricfrancoys changed the title Domains - Domain for the 'Required' Attribute Entity Schema - Add domain support for the 'Required' Attribute Jul 13, 2024
@cedricfrancoys cedricfrancoys added feature New feature or request orm labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request orm
Projects
Status: No status
Development

No branches or pull requests

1 participant