Data validation
mNo edit summary
mNo edit summary
Line 1: Line 1:
<message>Write the content here to display this box</message>
<message>Write the content here to display this box</message>Data or Input validation in MDriven ensures that data entered by users is correct, consistent, and conforms to the business rules of the application before being processed or persisted in the database.
 
Data validation is important in for the reasons: 
 
* Data Integrity
* Enforcing business rules
* Data Security
 
Common Types of Data Validation used by MDriven:
 
* Required Fields
* Data type validation.
* Range validation.
* Format validation such regular expressions for emails.
* Conditional validations.
 
[[File:Documentation Data validation 1727976227553.png|left|thumb]]
[[File:Documentation Data validation 1727976784514.png|left|thumb]]

Revision as of 17:34, 3 October 2024

This page was created by Stephanie@mdriven.net on 2024-02-22. Last edited by Edgar on 2025-01-20.

Data or Input validation in MDriven ensures that data entered by users is correct, consistent, and conforms to the business rules of the application before being processed or persisted in the database.

Data validation is important in for the reasons: 

  • Data Integrity
  • Enforcing business rules
  • Data Security

Common Types of Data Validation used by MDriven:

  • Required Fields
  • Data type validation.
  • Range validation.
  • Format validation such regular expressions for emails.
  • Conditional validations.
Documentation Data validation 1727976227553.png
Documentation Data validation 1727976784514.png