justarrived / just-match-frontend

[ABANDONED] Frontend for JustMatch API
https://antrop.invisionapp.com/share/FA62UU66R
MIT License
2 stars 9 forks source link

Cleanup confirmation pages #730

Closed pstenstrm closed 8 years ago

pstenstrm commented 8 years ago

When refactoring the confirmation pages a lot of unused code have been left behind. For example this is the only use of the routes.job.accept route: https://github.com/justarrived/just-match-frontend/blob/master/src/app/common/services/job-service.js#L101

Instead the routes.global.confirmatin route is used.

The routes.job.accept route, AcceptedJobCtrl controller and accepted-job.html template remains.

There might remain other unused confirmation pages with associated html, css and js code that can be removed.

pstenstrm commented 8 years ago

Also look at: routes.job.approved.

https://github.com/justarrived/just-match-frontend/blob/master/src/app/common/services/job-service.js#L68