ahricvirindi / generic-project

Personal playground for .Net MVC and AngularJS...just some fluff.
0 stars 1 forks source link

Add input validation to modals and message holder #12

Open ahricvirindi opened 10 years ago

ahricvirindi commented 10 years ago

All add/edit modals need appropriate user input validation.

There should be a notification message at the top of the modal form, that is dismissable but not auto-hiding. This needs to be either an error (red), warning (yellow), informational (blue), or (in the case of an API response) success (green).

bradgearon commented 10 years ago

Do you think validation should be inline? I think it makes alot more sense...

ahricvirindi commented 10 years ago

Still should be a spot for maybe a message list returned from server-side validation or just general responses. Client-side validation inline, sure.

On Thu, Feb 20, 2014 at 10:29 PM, Brad Gearon notifications@github.comwrote:

Do you think validation should be inline? I think it makes alot more sense...

Reply to this email directly or view it on GitHubhttps://github.com/espies/generic-project/issues/12#issuecomment-35698327 .

bradgearon commented 10 years ago

Well, I meant server side. Like, all of it displays in the same type of location. A user wouldn't care if a server issued the message or if the client did... Right?