EricSSartorius / Judging-System

U-Judge: Universal Judging System using Angular Meteor (OLD)
http://www.universaljudge.com/
1 stars 1 forks source link

Create Event - Notify user if form is not filled out properly #40

Open EricSSartorius opened 8 years ago

EricSSartorius commented 8 years ago

Right now the user has no way to know if the form was correctly submitted or not. The following needs to be done:

DuckyDisciple commented 8 years ago

While fixing the duplicate email issue, I also added in another feature that goes along with this. Right now if an event was created successfully, it will scroll to the top and tell you that the event was created. I'll leave the design element of that to you.

We will also be able to expand on some of these issues based on the structure I set up. We can talk more about these later.

EricSSartorius commented 8 years ago

@DuckyDisciple I got everything fixed but the only problem now is that when it scrolls up to notify you that a certain input field needs edited, it scrolls about 10px too short. Since it is a directive somewhere in MD I am not exactly sure how to access it but once I find out how to change it then everything is done.