Change to a save-and-another/continue system
Closed this issue · 3 comments
csuhta commented
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
defbyte commented
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 listingSave & Review
goes to Inspect view
defbyte commented
👍 this feature is looking good to me
csuhta commented