AritDevCircle / shiftwork2

Are you a shiftworker looking for last-minute gigs? Or a business owner with open shifts to fill? The Shiftwork app can connect you to shift opportunities or shiftworkers!
https://shiftworkapp.herokuapp.com
2 stars 4 forks source link

Should updating your profile lead you back to your profile show page? #99

Closed Zhao-Andy closed 3 years ago

Zhao-Andy commented 3 years ago

I was updating my workers account /workers/:id/edit and after hitting "Update Account" I was sent to /workers/:id. This is definitely RESTful but I would imagine I get sent to /users/:id where I can see the profile changes I made.

ncbui commented 3 years ago

It looks like the change requested has been included in the latest merge with #88 but might not be deployed at time of testing. Have confirmed that users are now sent to /users/:id after updating their profile.