KarveInformatica / KarveCar

A new generation of car rental software
16 stars 13 forks source link

Refactoring for allowing validation. #130

Closed giorgiozoppi closed 6 years ago

giorgiozoppi commented 6 years ago
  1. Refactoring for allowing validation: The current data field is based on DataObject and DataSourcePath. For allowing validation DataSourcePath is no longer needed but it will be useful to use TextContent property directly putting the complete path. This implies the complete change of all xaml where validation is required.
  2. Validation rules shall be present as a list of things.
giorgiozoppi commented 6 years ago

Point 1 has been done. Point 2 shall be visited.

giorgiozoppi commented 6 years ago

Not needed actually. The control can perform validation on the data object. The data object will perform the user validation