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

Question: Is there a way I can add bussines logic validation to the server? #176

Open
Utwo opened this issue Aug 20, 2020 · 4 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@Utwo
Copy link

Utwo commented Aug 20, 2020

It's not necessary a feature request but more of a question.
Is there a way I can add business logic validation to the server? How can I validate that data send from the client it's "valid" data?

@Utwo Utwo added the enhancement New feature or request label Aug 20, 2020
@mmacfadden
Copy link
Contributor

Greetings. Can you give an example of the kind of business logic you would like to validate?

@Utwo
Copy link
Author

Utwo commented Aug 24, 2020

Yes, for example on a simple todo app. I want to limit the amount of todos a user can add. I'm also curious if I can define a validation schema that is checking data on backend side as well.

@mmacfadden
Copy link
Contributor

At this time, this is not supported but it is on the road map.

@mmacfadden mmacfadden added this to the Backlog milestone Dec 3, 2020
@Utwo
Copy link
Author

Utwo commented Dec 4, 2020

Ok, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants