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

Make a generic step-by-step setup assistant for the group creation & others #183

Closed
taoeffect opened this issue Feb 15, 2017 · 2 comments
Closed
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:Discussion Note:Research Note:UI/UX

Comments

@taoeffect
Copy link
Member

taoeffect commented Feb 15, 2017

Problem

Note: We previously had an issue on this #93

Right now the Group Creation screen is too cluttered. There are too many questions, too many boxes, etc.

Solution

We can reduce the perceived cognitive load by splitting up the information input using a setup assistant type thing. Each of the 3 columns can be its own step in the setup assistant, and when the user clicks "Next", they'll fly to the left and be replaced by the next column in a Vuejs transition (possibly using Velocity.js to do it, or tween.js, whichever's better).

From #93 we concluded that this setup assistant is best done not by creating a custom component, but by re-using the vue-router somehow.

EDIT: It seems to make sense to make it a generic system supporting transitions between arbitrary vue components, so that the 3 columns can be steps, and so that Invite.vue (which can also be a standalone view) can be one of the steps.

@taoeffect taoeffect added App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:Discussion Note:UI/UX labels Feb 15, 2017
@taoeffect taoeffect self-assigned this Feb 15, 2017
@taoeffect taoeffect removed their assignment Jun 1, 2017
@dsernst
Copy link
Member

dsernst commented Jun 22, 2017

Current:

image


If I understand this, the simplest way to close this issue is to split this screen into 3 individual screens? Ideally with nice transitions?

@taoeffect
Copy link
Member Author

Closed by #325. 🎉 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:Discussion Note:Research Note:UI/UX
Projects
None yet
Development

No branches or pull requests

2 participants