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 model for application state #1578

Open
Snorre98 opened this issue Oct 31, 2024 · 0 comments
Open

Create model for application state #1578

Snorre98 opened this issue Oct 31, 2024 · 0 comments
Labels
backend Task related to backend. discussion Items which require or depend on discussion recruitment Task related to the recruitment system

Comments

@Snorre98
Copy link
Contributor

Snorre98 commented Oct 31, 2024

Look into if recruiter_priority, recruiter_status, and application_state should be in their own model (ex. RecruitmentApplicationState), with related methodes.

Right now they are implemented in the RecruitmentApplication model, so we would need a relation between the mentioned model (ex. RecruitmentApplicationState) and RecruitmentApplications.

As recruiter_priority, recruiter_status, and application_state are fields with data not provided by the applicant when applying I feel that it makes sense to have them in a separate table.
This might also make it easier to expand on the application state functionality, like mentioned in #1577

❗ this issue is related to #1575 and #1577. If they are solved prior to this the soultions for those might have to be taken into consideration here.

@Snorre98 Snorre98 added backend Task related to backend. recruitment Task related to the recruitment system discussion Items which require or depend on discussion labels Oct 31, 2024
@Snorre98 Snorre98 changed the title Create table for application state Create model for application state Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Task related to backend. discussion Items which require or depend on discussion recruitment Task related to the recruitment system
Projects
None yet
Development

No branches or pull requests

1 participant