aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

Plugin questions #53

Closed Vizer closed 8 years ago

Vizer commented 8 years ago

Hi guys, I am investigating this plugin and currently I have several questions:

Vizer commented 8 years ago

@PWKad, @EisenbergEffect, could you provide some information regarding my questions?

EisenbergEffect commented 8 years ago

You'll just have to be patient. The validatejs library is in a very early stage, still undergoing significant changes, refactorings and feature work. As stated in the announcement blog post, the current releases are made for people who want to provide early feedback and assistance with design and implementation, not so much for people who want to use it for normal development just yet.

Vizer commented 8 years ago

@EisenbergEffect, could you provide some approximate date when it is going to be ready for normal development?

EisenbergEffect commented 8 years ago

Not at this time.

Vizer commented 8 years ago

@EisenbergEffect, this is very important for my current project. I really depend on this plugin because validation is big and important part of project's functionality. In this case whole aurelia infrastructure is not ready for normal development.

EisenbergEffect commented 8 years ago

There is nothing stopping you from using whatever validation library and strategy you want. Many members of the community have built their own solutions without much effort.

We're sorry the feature you want isn't ready yet. This is open source and the reason we have made this available in the early state is to solicit feedback and contributions. You are always welcome to help out in the development effort, which is the spirit of open source.

njappboy commented 8 years ago

@EisenbergEffect Hey Rob, @Vizer, is a developer on my team. We were looking at using valdiatejs instead of @jdanyow aurelia-validation. Do you have any other references to community member implementations?

Is this type of implementation the community is using for their own solutions? : http://stackoverflow.com/questions/35624771/aurelia-validating-form-with-reusable-validatable-custom-element

EisenbergEffect commented 8 years ago

A couple of others have comments on other issues here about custom validation solutions they have built. I think there are some links around. Definitely, we want to have a solid default option...we just are still a few weeks out from having it ready for more broad consumption. This library is more for early adopters and those who want to get involved

njappboy commented 8 years ago

Understood, and thank you for the response. Sorry for the negative tone/language in Vizer's comments. His comment seems unprofessional and counter-productive, imho.

DimaSemchuk commented 8 years ago

@EisenbergEffect considering conversation above, if I wan't to pick a framework as a foundation for front end of my project, can you advice if I may use aurelia at this stage, or should I wait till several things are fixed?

EisenbergEffect commented 8 years ago

@DimaSemchuk Yes, it's solid as a foundation for building apps. The community (as well as our core team) have been using it for many months, including putting apps in production. In this issue, we are only talking about an optional validation plugin. There are other options for validation and it's possible to build your own as well. This particular plugin is a little less mature at this time, but is moving quickly. But remember, Aurelia is a modular framework, so you can pick and choose what you want, use our plugins or community addons as well as build your own.