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

University auto create and mapping with applicant #805

Closed
rathorevaibhav opened this issue Jul 9, 2021 · 1 comment
Closed

University auto create and mapping with applicant #805

rathorevaibhav opened this issue Jul 9, 2021 · 1 comment
Labels
module : HR Items related to HR module type : bug 🐛

Comments

@rathorevaibhav
Copy link
Member

Describe the task
When a new application is created, the system should update the universities table if the name of the college doesn't exist in the table.

image

image

Expected behavior

  1. Once an application is entered, it should check if the college is already present in the universities list or not.
  2. If yes, update the hr_university_id in the hr_applicants table.
  3. If no, check in aliases of the universities.
  4. If an alias matches, update the hr_university_id in the hr_applicants table.
  5. If an alias doesn't match, then:
    1. Create a new entry in the hr_universities table.
    2. Update the hr_university_id in the hr_applicants table.
@am-Anmol am-Anmol self-assigned this Jul 20, 2021
@gaurish-saini gaurish-saini transferred this issue from another repository Jul 21, 2021
@gaurish-saini gaurish-saini added this to the Jul 19 - Jul 24, 2021 milestone Jul 21, 2021
@am-Anmol am-Anmol added the status : ready for review Items that are ready for code review label Jul 30, 2021
@am-Anmol am-Anmol removed the status : ready for review Items that are ready for code review label Jul 31, 2021
@am-Anmol am-Anmol added the status : ready to test Items that are ready for testing label Aug 11, 2021
@mdshamoon
Copy link
Contributor

Looking good👍. Functionality is working as expected.

@mdshamoon mdshamoon added status : ready for build and removed status : ready to test Items that are ready for testing labels Aug 27, 2021
@mdshamoon mdshamoon removed their assignment Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module : HR Items related to HR module type : bug 🐛
Projects
None yet
Development

No branches or pull requests

4 participants