CS3398-Rust-Buckets / S2017

SchedMe
0 stars 2 forks source link

Add form functionality to "+ User" button #57

Open isaacbondoc3 opened 7 years ago

isaacbondoc3 commented 7 years ago

When clicking "+ User" a form should pop up and one should be able to input pertinent information (e.g. user name, group type, password, e-mail, phone #).

isaacbondoc3 commented 7 years ago

I've worked on adding form to the "+ event" and "+ user" to the calendar page with no success. I've only been able to request a "prompt" functionality to the button that will ask the user to enter information pertitnent to the events and user. When attempting to implement a form instead of a prompt the calendar disappears.. Trey has been helping me. I've spend more than 4 hours trying to figure this out. Seems like there is a conflict with the linked js files.

isaacbondoc3 commented 7 years ago

user prompt

isaacbondoc3 commented 7 years ago

I deleted "+ User" button and created a button called "Add User" using HTML and JavaScript, instead of jQuery. This decision was made due to conflicts with the javascript file associated with the calendar. I was able to create the "Add User" button and by using a modal box was able to create a form that pops up after clicking "Add User". The form asks for First and Last name, e-mail, and password. I also modified the fullcalendar.min.css file for the aesthetics of the modal bo add user artifact x.