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

Add engagement_type column to jobs table #292

Open
yawboakye opened this issue Jun 28, 2020 · 3 comments
Open

Add engagement_type column to jobs table #292

yawboakye opened this issue Jun 28, 2020 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@yawboakye
Copy link
Member

Engagement type can have one of the following values: full-time, part-time, gig.

@yawboakye yawboakye added the good first issue Good for newcomers label Jun 28, 2020
@Robbieakoto Robbieakoto self-assigned this Jul 7, 2020
@Robbieakoto
Copy link
Contributor

@yawboakye @claeusdev @claudey I realised that we already have a duration column which holds these same values in this issue description. Kindly check that

@yawboakye
Copy link
Member Author

@Robbieakoto Good call out. Currently, the duration property of a job post is overloaded. We want to simplify it to a non-negative integer value that represents the number of months that the job is available for. A full-time job can be available for 3 months. Similarly, a part-time job can be available for 12 months, or indefinitely. We want to use the new engagement_type property to capture the part-time or full-time-ness of the job, irrespective of duration.

@Robbieakoto
Copy link
Contributor

@yawboakye Alright that's clear. Would go with this then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants