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?
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?