Threespot/tolaria

Change to a save-and-another/continue system

Closed this issue · 3 comments

Right now we redirect to the index screen on successful object save. Based on client and internal feedback, we should change this workflow:

  • Put two buttons on the resource form, one should be Save and the other should be Save & Add Another
  • If the user clicks Save, validate and redirect to the show screen on success.
  • If the user clicks Save & Add Another, validate and redirect to the new screen on success.

This proposed change invalidates #38

Taking discussion from Slack, and dropping it here (please @danielboggs and @tedw add your thoughts)

ok, let me flip this again - how about this (to solve button label issues and make this intuitive):

  • Save always goes back to listing
  • Save & Review goes to Inspect view

👍 this feature is looking good to me