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

feat: Extended the model and include a new route checking job status #1220

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

busade
Copy link

@busade busade commented Mar 2, 2025

Description

Related Issue (Link to issue ticket)

#1098

Motivation and Context

Extend the job application model to include a status field representing the various stages of a job application (e.g., Applied, Interview Scheduled, Offer Extended, Hired, etc.) . This will allow clients to track and update job application statuses dynamically.Additionally, update the API endpoints to expose and modify job statuses efficiently

How Has This Been Tested?

🎯 Allow clients to track and manage job application statuses efficiently.
🎯 Prevent duplicate or inconsistent status updates.
🎯 Maintain a structured and standardized status system for job applications.

Types of changes

  • [x ] New feature (non-breaking change which adds functionality)
  • [x ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x ] My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [x ] I have read the CONTRIBUTING document.
  • [x ] I have added tests to cover my changes.
  • [x ] All new and existing tests passed.

@busade busade closed this Mar 2, 2025
@busade
Copy link
Author

busade commented Mar 2, 2025

too much error

@busade busade reopened this Mar 2, 2025
@busade busade closed this Mar 2, 2025
@busade busade reopened this Mar 2, 2025
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.

1 participant