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

Centralized validation using FluentValidator #105

Open
impworks opened this issue Nov 29, 2019 · 0 comments
Open

Centralized validation using FluentValidator #105

impworks opened this issue Nov 29, 2019 · 0 comments
Assignees
Milestone

Comments

@impworks
Copy link
Owner

Currently validation is split between attribute-based rules and custom logic in managers. This causes several issues:

  • Partial validation: e.g. if you don't enter "Name" during user registration, the "Password" field will not even be checked.
  • Hard to support

This should be refactored to use FluentValidation for all model validation.

@impworks impworks added this to the Backlog milestone Nov 29, 2019
@impworks impworks self-assigned this Nov 29, 2019
@impworks impworks modified the milestones: Backlog, v5.0 May 6, 2020
@impworks impworks modified the milestones: v5.0, v6.0 Jul 2, 2021
@impworks impworks modified the milestones: v6.0, Backlog Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant