GiveToken / GiftBox

Repository for Sizzle
0 stars 0 forks source link

[775] Add response reason to disinterested response on interest form #1008

Closed conlanpatrek closed 5 years ago

conlanpatrek commented 8 years ago

NOTE: This is a half measure. One of two things will need to happen.

  1. If the response reason being appended to the end of the response is acceptable then the extra response permutations (currently no-bad_time, no-wrong_job, and no-different_company) need to be added to the allowed responses in Bacon/Database/RecruitingTokenResponse.php.
  2. If the response reason will be it's own field, then that field needs to be handled in bacon, and the '-' character needs to be replaced with a '/' on recruiting-token.js line 258 (assuming of course the reason is also accepted by the api endpoint)

Doesn't completely close #775