-
Notifications
You must be signed in to change notification settings - Fork 112
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
Quick tutorial #26
Comments
Hey, can I give this a go? |
@parthjawale Sure thing, this seems like a big PR, so just keep your commits short so that it is easier to review (: You are also welcome to just do mini PRs as you build onto the tutorial. Goodluck, have fun! |
Is this issue open I want to give it a shot. |
@chaudhariyash10 You are welcome to give it a shot. Goodluck! |
I am onto it. |
i would love to help with this |
Hey , I think I got this, can you please assign it to me? |
You can give it a shot |
Hey @krishh16 Is this issue still being worked on? @BrandonArmand if nobody Is working on this I may work on It, It should he pretty straigthforward to do with something like Driver.js and will also allow to expand the tutorial easily if needed in the future. Btw get in touch if help's needed |
What needs to be done.
Once the playground is opened, a one-step tutorial should be displayed.
Why
To show the user around the app.
How
Arrows, and tool-tips around the screen with a quick exit button to hide them all. Nothing too intrusive, but something to simply describe things at a glance.
A single screen with
position: absolute;
to cover the page, and divs within that screen to show the user around.A state to keep track of the tutorial status will be needed, the user shouldn't need to see it more than once.
The text was updated successfully, but these errors were encountered: