CS3398-Rust-Buckets / S2017

SchedMe
0 stars 2 forks source link

Develop event management system #31

Open isaacbondoc3 opened 7 years ago

isaacbondoc3 commented 7 years ago

As a developer I would like to create an event management system for individual users and different types of groups (e.g. work groups, athletic teams, school classes, & families) .

isaacbondoc3 commented 7 years ago

We've determined that we will utilize some code from the fullcalendar.io repository because it has the features needed. We will utilize the javascript "hooks" in order to interface with the backend python script. In order to accomplish this we need to do the following: 1) Identify the "hooks" that have event management. 2) Identify specific event management "hooks" that will communicate with the backend. 3) Modify those hooks accordingly to our specific python script. 4) Deminimalize javascript files for easier readability and modification.