Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX: Persistent "let me add another item" #73

Closed
tabacitu opened this issue Jul 24, 2016 · 3 comments · Fixed by #145
Closed

UX: Persistent "let me add another item" #73

tabacitu opened this issue Jul 24, 2016 · 3 comments · Fixed by #145
Assignees

Comments

@tabacitu
Copy link
Member

In the create form, when a user chooses to "let me add another item" at the end of the form, don't only redirect him to the create form, also make sure this time the "let me add another item" radio is checked, because most of the time that's what he'll want.

This can be done in two ways:

  1. a cookie (which would also affect other create forms);
  2. a GET parameter;

I tend to think option no 2 is better.

This enhancement, combined with #72 and #71 will greatly improve the create form usability.

@OwenMelbz
Copy link
Contributor

Have added a WIP version of this.

Im using the session rather than a query string for the time being, as I couldnt think of a scenario where sharing the data across forms would realistically happen unless they were to perfectly submit both forms perfectly.

What issues can you see with using the session?

#145

@tabacitu
Copy link
Member Author

Yeah, you're right. Session might be better. No issues.

Cheers!

@OwenMelbz
Copy link
Contributor

@tabacitu just going to close this as the discussion has furthered #145 we can always reopen if you want :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants