Open jasonkliu opened 9 years ago
Explanations/Improvements for the few issues about setting up new instance:
user.rb
are the only ones that do not check for superuser, that's why superusers can do most things but not signing up for shifts.One addition to the first-run script might be to create a location / loc group for the department; trying to start a shift and seeing a blank drop-down box is slightly counterintuitive.
Thanks for the input.
Not sure what category this should be in, but setting up a new instance is not terribly easy.
A few issues that could be better documented:
can_signup?
function in user.rb. I'm not exactly sure what the problem was but modifying the function to always return true made it work temporarily.app/views/payforms/show.html.erb