dmusican / Elegit

A GUI client for people who want to learn Git.
MIT License
30 stars 7 forks source link

Education plan #448

Open dmusican opened 8 years ago

dmusican commented 8 years ago

Come up with a proposal for how to teach people how to use Elegit while learning Git at the same time.

dmusican commented 7 years ago

Progress: are currently thinking about a step-by-step onboarding where you do a little at a time, based on what you are trying to do. Next step: find a library (if its exists and is appropriate) to use. Possibly bring alternatives if have interesting choices.

jonesh2 commented 7 years ago

So far unsuccessful finding on boarding JavaFX library. Found some for other languages in hopes that I can use them to possibly create my own library or use as example for just creating script on top of Elegit.

iOS: https://github.com/mamaral/Onboard

Intro.js (focuses on product site onboarding): http://introjs.com/

Hopscotch (product tour again): http://linkedin.github.io/hopscotch/#what-is

Chardin.js (Simple overlay instructions for your apps) http://heelhook.github.io/chardin.js/

dmusican commented 7 years ago

Look at those other tools to see what they do. Also, is there something else for JavaFX, even if it isn't onboarding? Maybe also look at Swing.

jonesh2 commented 7 years ago

What do I want for onboarding that tooltips can't do? Is it worth it to create library for that?