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

Extend job postings schema #152

Closed

Conversation

RishiDesai17
Copy link

@RishiDesai17 RishiDesai17 commented Sep 13, 2024

Feature Title[Follow conventional title. See: https://www.conventionalcommits.org/en/v1.0.0/]

Extend the DB schema for Job Postings to accommodate new fields

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Fixes Bug (Fixes an existing functionality which was not working as expected)
  • Documentation change (Changes to Readme.md)

Describe your changes

Added an optional field "validTill" of the type 'date' and a field "isExpired" of the type 'boolean' with default value false

Resolves #136

Checklist

  • I have taken a (git pull origin main --rebase) from main branch and tested it.
  • I have conducted a self-review of my code, and the code contains only changes relevant to this feature, without including modifications to other files.
  • I have commented my code, particularly in complex areas.
  • I have checked for compatibility with other parts of the codebase by manually running the site and doing actions not related to my changes.

@amandesai01
Copy link
Member

@RishiDesai17 run yarn format once. This is the case because you most probably didn't install deps. Because we have automation to auto-fix formatting before commit.

@amandesai01
Copy link
Member

@RishiDesai17 you available to do this?

@shivam-sharma7
Copy link
Member

@RishiDesai17 you available to do this?

@RishiDesai17 Also, you have to resolve the conflicts.

@RishiDesai17
Copy link
Author

@devshahofficial @shivam-sharma7 Sure, will do these things and push it

@RishiDesai17
Copy link
Author

Opening a new PR for clear flow

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

Successfully merging this pull request may close these issues.

Extend db schema for JobPosting
3 participants