bsc-networks / workshift-website

A new workshift website, created by students of CS169
MIT License
3 stars 0 forks source link

Check date/time when selling workshifts #60

Closed mwaliman closed 9 years ago

mwaliman commented 9 years ago

check that a member sells a shift >= x hours before the date/time of workshift make the choice of x only available to managers

mwaliman commented 9 years ago

If the member sells a workshift < x hrs before the date/time of workshift, the system should still allow them to do so, but an popup should appear that lets them know that if no on buys the workshift, they will still get blown hours. Also, some sort of marker on such cases for these sold shifts for the workshift would also be very useful.

julienfortin commented 9 years ago

I added this two commits which resolve most the issue. I just need to differentiate the late shifts on the market. I will do that later I am going to bed now :)

julienfortin commented 9 years ago

I will fix the travis build asap.