umbriel icon indicating copy to clipboard operation
umbriel copied to clipboard

Implements Accounts Controllers Validators

Open gabriellopes00 opened this issue 3 years ago • 1 comments

I've completely removed RequiredFieldsValidator, CompareFieldsValidator and ValidatorCompositor as proposed on issue #72, and implemented the validators by controller using yup library, as suggested.

I had some issues because package.json and yarn.lock files conflicted due the long time of the fork, some libraries have updated... but is already solved.

The error messages adapter is already created, but it's under development and isn't been applied yet, but the validators themselves are working very well.

If approved, I'll keep implementing the others validators following the same pattern.

gabriellopes00 avatar Aug 19 '21 18:08 gabriellopes00

I've updated package.json and yarn.lock files, cause u updated some dependencies...

gabriellopes00 avatar Aug 30 '21 14:08 gabriellopes00