CS3398-Rust-Buckets / S2017

SchedMe
0 stars 2 forks source link

Analyze/Dissect Open Source Calendar Repositories/Learn JavaScript #19

Closed isaacbondoc3 closed 7 years ago

isaacbondoc3 commented 7 years ago

Analyze/Dissect open source codes and find code that implements features that will be required in SchedMe, such as: Calendar, booking rules, google calendar synchronization, email notification, full customer and appointments management.

isaacbondoc3 commented 7 years ago

After looking through the source code of FullCalendar.io, I've determined that this calendar written in JavaScript would be of great use to SchedMe. I also, determined that the implementation of the calendar "skeleton" will be very easy to get displayed on to the website. However, the plugins that will be needed for event/user management will need further investigation and deeper JavaScript Knowledge. The documentation and source code for FullCalendar can be found below:

Documentation: https://fullcalendar.io/docs/

Repository: https://github.com/fullcalendar/fullcalendar

isaacbondoc3 commented 7 years ago

JavaScript Learning Artifact.

javascript learning artifact

ew1061 commented 7 years ago

http://unminify.com/ to decompress the Javascript and make it more readable.