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

Enhance Input Validation for API Serializers #68

Open
Sachin-NK opened this issue Oct 19, 2024 · 1 comment
Open

Enhance Input Validation for API Serializers #68

Sachin-NK opened this issue Oct 19, 2024 · 1 comment

Comments

@Sachin-NK
Copy link

Right now, the API serializers don’t do much to check the input, which can lead to problems. This issue aims to make validation stronger to keep the data accurate and improve error messages. The plan is to add:

Field-level checks: Make sure things like data types, lengths, and formats are correct.
Object-level validation: Add more complex rules that involve multiple fields.

These improvements will help catch errors early and keep the data clean.

@Sachin-NK
Copy link
Author

working on this

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