Page MenuHomePhabricator

Create consistent interface for validation
Open, Needs TriagePublic

Description

The validators in https://github.com/wmde/fun-validators don't have a consistent error message schema, consistent interface for validation. They all return the same type.

They are a simplistic re-implementation of some of Symfony Validator

Suggested improvements: Use Symfony Validator on the presentation side (FundraisingFrontend repo), move other, domain-specific validators to their bounded contexts. Deprecate fun-validators.