-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JobTitleService given department or group #192
Comments
Now it is available on the test server, you pass group_id or department_id to get the list of job titles. |
thanks @sibow!! |
@sibow - Could we tie into this, the employment status of the job? (Full-Time, Part-Time, etc...?) For example: request: current response: desired response: |
add another field for clockInRequired : yes or no |
instead of status I think salaryGroup will give more info about the job, such as Exemp, Non-exemp, Temp, etc |
added PositionService given department id or group id you get the list of unique position names. Could be a replacement or addition to job service |
One more useful one would be a JobTitleService. It would accept a group_id (or department_id?) and return a list of valid job titles. This would allow supervisors who are filling out the form to choose from the available options.
The text was updated successfully, but these errors were encountered: