Skip to content
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

Open
sibow opened this issue Feb 13, 2019 · 6 comments
Open

JobTitleService given department or group #192

sibow opened this issue Feb 13, 2019 · 6 comments

Comments

@sibow
Copy link
Member

sibow commented Feb 13, 2019

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.

@sibow
Copy link
Member Author

sibow commented Feb 14, 2019

Now it is available on the test server, you pass group_id or department_id to get the list of job titles.
timetrack/JobTitleService?group_id= or department_id=
you will get a json of id and name list.

@sibow sibow closed this as completed Feb 14, 2019
@adabutch
Copy link
Collaborator

thanks @sibow!!

@adabutch
Copy link
Collaborator

@sibow -

Could we tie into this, the employment status of the job? (Full-Time, Part-Time, etc...?)

For example:
Given the call below, return the current results PLUS the job status?

request:
JobTitleService?department_id=1

current response:
{ id: 1, name: "Staff Managers" }

desired response:
{ id: 1, name: "Staff Managers", status: "Full-Time" }

@adabutch adabutch reopened this Feb 18, 2019
@sibow
Copy link
Member Author

sibow commented Feb 19, 2019

add another field for clockInRequired : yes or no

@sibow
Copy link
Member Author

sibow commented Feb 20, 2019

instead of status I think salaryGroup will give more info about the job, such as Exemp, Non-exemp, Temp, etc

@sibow
Copy link
Member Author

sibow commented Feb 27, 2019

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

@charlesbrandt charlesbrandt changed the title JobTitleServie given department or group JobTitleService given department or group Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants