cohen990 / VoxPop

The voice of the people in pictures!
0 stars 0 forks source link

Validation on create story page #69

Closed AJizzleBizzle closed 9 years ago

AJizzleBizzle commented 9 years ago

Do this for all inputs!

cohen990 commented 9 years ago

We need both client and server side validation

cohen990 commented 9 years ago

See http://www.dotnet-tricks.com/Tutorial/mvc/aX9D090113-File-upload-with-strongly-typed-view-and-model-validation.html for the proper technique for adding a file to the view model

cohen990 commented 9 years ago

Need validation around blog post entries to ensure they are all unique

AJizzleBizzle commented 9 years ago

Current validation messages ie for Password input - need to come up in red ore something more prominent than the current colour

cohen990 commented 9 years ago

that is validation styling - I totally agree - there is a slight problem (or at least there was when I last checked see https://github.com/cohen990/VoxPop/blob/6811ee35671b55361e21438286e4c2e069284998/VoxPop/Site/Content/Site.css#L8

* {
    font-family: 'Segoe WP SemiLight';
    color: #060606;
}

This line seems to block changes. When I tried and change the color of errors - it wouldn't work until I commented this line out.

AJizzleBizzle commented 9 years ago

Hmm perhaps if we just comment out the #060606, black is pretty much black