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

Create SEO fields for job posting #134

Open
Tracked by #137
amandesai01 opened this issue Sep 10, 2024 · 6 comments · May be fixed by #194
Open
Tracked by #137

Create SEO fields for job posting #134

amandesai01 opened this issue Sep 10, 2024 · 6 comments · May be fixed by #194
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@amandesai01
Copy link
Member

amandesai01 commented Sep 10, 2024

Update database schema(server/db/schema), and zod schema (shared/schemas) to have following fields

ALL FIELDS TO BE OPTIONAL

Employment Type: Enum Array (can be multiple)

FULL_TIME: The job is a full-time position.
PART_TIME: The job is a part-time position.
CONTRACTOR: The job is a contractor position.
TEMPORARY: The job is a temporary position.
INTERN: The job is an internship position.
VOLUNTEER: The job is a volunteer position.
PER_DIEM: The job is paid by the day.
OTHER: The job is a different type of position that's not covered by the other possible values.

Job Location: Optional Array, if provided, fields marked as mandatory should be mandatory

{
  "streetAddress": string, optional,
  "addressLocality": string, optional,
  "addressRegion": string, optional,
  "postalCode": string, optional,
  "addressCountry": string, MANDATORY,
}[] // Array

Is Remote: boolean

Base Salary

{
  "unitText": ENUM (Hour, Day, Week, Month, Year),
  "currency": 3 char string,
  "minValue": number,
  "maxValue": number,
}
@amandesai01 amandesai01 added enhancement New feature or request good first issue Good for newcomers labels Sep 10, 2024
@amandesai01 amandesai01 changed the title New fields to a job posting Create SEO fields for job posting Sep 10, 2024
@shivam-sharma7
Copy link
Member

@amandesai01 would you assign to me?

@karthik8239
Copy link
Contributor

@amandesai01
Can I pick this?

@shivam-sharma7
Copy link
Member

@karthik8239 Go ahead!

@karthik8239
Copy link
Contributor

@karthik8239 Go ahead!

Please assign officially I'll start working @shivam-sharma7

@shivam-sharma7
Copy link
Member

shivam-sharma7 commented Nov 2, 2024

@karthik8239 I actually worked on this a month ago but today updated, you can also take look here- main...shivam-sharma7:vidur:issue_134 but waiting @amandesai01 reply on this!

@shivam-sharma7 shivam-sharma7 linked a pull request Nov 2, 2024 that will close this issue
@karthik8239
Copy link
Contributor

@karthik8239 I actually worked on this a month ago but today updated, you can also take look here- main...shivam-sharma7:vidur:issue_134 but waiting @amandesai01 reply on this!

sure waiting for @amandesai01

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

Successfully merging a pull request may close this issue.

3 participants