bethgrace5 / sequoia-grove

Angular JS / Java Spring Web Application to Assist Employee Scheduling
http://bethgrace5.github.io/sequoia-grove/
4 stars 3 forks source link

Get Employee Id back when getting the scheudle. #24

Closed bethgrace5 closed 8 years ago

bethgrace5 commented 8 years ago

Employee Id is not being returned with the main get schedule function - it is needed for checking to highlight the logged in employee. Right now, the "highlight me" button simply matches the first name strings - which isn't going to work correctly with two employees that have the same exact name.

bethgrace5 commented 8 years ago

This has been implemented, each weekday has the eid returned with it.