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

Capturing reasons when rejecting a job application #802

Closed
2 of 3 tasks
rathorevaibhav opened this issue Jul 12, 2021 · 3 comments
Closed
2 of 3 tasks

Capturing reasons when rejecting a job application #802

rathorevaibhav opened this issue Jul 12, 2021 · 3 comments
Assignees
Labels
module : HR Items related to HR module

Comments

@rathorevaibhav
Copy link
Member

rathorevaibhav commented Jul 12, 2021

Describe the task
When rejecting an application, we need to capture reasons as well.
Check designs from the links below:

  1. Prototype: https://www.figma.com/proto/ZjX8ogSM5yrZGhvO5vEWJn/Employee-Portal?page-id=2%3A3&node-id=194%3A5770&viewport=369%2C-133%2C0.20342423021793365&scaling=min-zoom
  2. Design file link: https://www.figma.com/file/ZjX8ogSM5yrZGhvO5vEWJn/Employee-Portal?node-id=2%3A3

Expected behavior

  • Complete the feature of Rejection
  • Create Database table
  • Use the Database table to store the values

References
Check out ColoredCow/old-portal#164 for more details

@gaurish-saini gaurish-saini transferred this issue from another repository Jul 21, 2021
@gaurish-saini gaurish-saini added the module : HR Items related to HR module label Jul 21, 2021
@gaurish-saini gaurish-saini added this to the Jul 19 - Jul 24, 2021 milestone Jul 21, 2021
@gautam071 gautam071 self-assigned this Aug 9, 2021
@rathorevaibhav
Copy link
Member Author

DB schema can look like this:

hr_application_rejection_reasons table

  • hr_application_round_id (foreign key)
  • reason_title (string)
  • reason_comment (text)

An application round that got rejected can have more than one entry in the above table. For each row in the table:

  1. round id signifies the id from hr_application_rounds table
  2. title signifies the reason that was checked
  3. comment signifies the comment for that checked reason. This field can be nullable.

@rathorevaibhav
Copy link
Member Author

@kickb71 receiving this error on UAT. Please check.
image

@rathorevaibhav
Copy link
Member Author

This works great.

@rathorevaibhav rathorevaibhav removed the status : ready to test Items that are ready for testing label Sep 14, 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
Projects
None yet
Development

No branches or pull requests

6 participants