stdonnelly / ats-tracking-system

The applicant tracking system tracking system
MIT License
0 stars 0 forks source link

Make human_response an enum instead of nullable varchar #13

Closed stdonnelly closed 2 weeks ago

stdonnelly commented 2 weeks ago

Human response will now be represented in the database as a single-character enum instead of a string. The enum is also not nullable anymore to make the code a little more concise. 'N' = None, 'R' = Rejection, 'I' = Interview request.