Progress as of 4 15 2014 - ScheduleME-Team/ScheduleME GitHub Wiki
Andrew Hyte
- Redoing and finishing the code for a responsive website using Twitter Bootstrap 3.
- Changed to using a noSQL database called Firebase instead of MongoDB.
- Created our Firebase for the ScheduleME app.
- Modeled the JSON data structures which we will store in the database. Here is the write up on the data structures: Data Structure Plan
- Wrote a simple server using Node.js. (routing is still unfinished)
Jordan Montierth
- Modified the calendar to size the date text according to screen size
- Added functionality to the calendar to include a list of employees when a date is zoomed on
- Also added a spreadsheet type object to the zoomed in date that represents times
- Changed the spreadsheet to render rows and times according to user preference
- Added the ability to schedule individuals on the spreadsheet by selecting the name in the employee list, then clicking the desired start and end time
- Randomized colors for different employees to make it obvious who will be working at what times