Needed Requests - ScheduleME-Team/ScheduleME GitHub Wiki
Requests
-
Get request in which the client(client app not user) will provide a month and the server should return the shifts associated with that month for that user. Preferably the month given would be a number(0-11) instead of a month string, but either would work
-
Get request for obtaining the information of the company's employees
-
Post request for submitting shifts. This will consist of a company with days and shifts for those days which contain hours and the employee on the shift
database relation model using :
http://ondras.zarovi.cz/sql/demo/ goto load/save on the right and then load from browser... When asked for a password enter: andrewhyte our document model will come up.