MAPC / youth-match-v2

App to match youth to summer jobs in Boston using Gale-Shapley
2 stars 1 forks source link

Offer Accept/Decline System Update #170

Open mzagaja opened 7 years ago

mzagaja commented 7 years ago

Currently, we generate offer emails with for applicants that point them to an ERB template of their accept/decline status based on the button they click in their email. Since this system bypasses the ember front-end we have built, this works with tokens already but they do not log in using a username/password. Should we simply leave this as is (if it ain't broke, don't fix it?) or are we also going to integrate the ability to accept/decline an offer into the dashboard for the young person? If so, then how do we need to change the routes, email templates, and accept/decline endpoints to work with this?