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

Rewrite setup wizard #313

Open
n0phx opened this issue Jul 6, 2016 · 0 comments
Open

Rewrite setup wizard #313

n0phx opened this issue Jul 6, 2016 · 0 comments
Assignees
Milestone

Comments

@n0phx
Copy link
Contributor

n0phx commented Jul 6, 2016

Current setup wizard is an overgrown stack of patches and extensions, needs a fresh start:

  • Utilize class based route handlers instead of current hackish class solution
  • Preferably move the task of step collection to the collector code completely, removing the logic of registration, etc from the wizard itself
  • Retain feature of storing the state in both session and disk because currently session storage allows the number of steps not to drop between steps while using the wizard, while disk storage does not protect against that, but it can load a fresh instance of the wizard with only the remaining-not done steps
@foxbunny foxbunny self-assigned this Jul 7, 2016
@foxbunny foxbunny modified the milestone: 5.0 Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants