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

Add Validations for Fields in Insert and Update Methods and Create IsValid Method #22

Closed
4 tasks done
LuigimonSoft opened this issue Apr 8, 2023 · 0 comments
Closed
4 tasks done
Assignees

Comments

@LuigimonSoft
Copy link
Owner

LuigimonSoft commented Apr 8, 2023

Currently, our application's insert and update methods do not have any validations for the fields, which can lead to incorrect or incomplete data being saved to the database. It is essential to implement field validations in both insert and update methods to ensure the data is correct and complete.

Additionally, we need to create a new method called "IsValid" that will verify whether the instance is valid in all its properties. This method will help us to ensure that all data is valid before it is saved to the database.

@LuigimonSoft LuigimonSoft self-assigned this Apr 8, 2023
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