openshift-evangelists / workshopper

Workshop content rendering tool
63 stars 41 forks source link

Add in context module list #14

Closed jorgemoralespou closed 7 years ago

jorgemoralespou commented 7 years ago

Have a list on the module with the list of modules, those that are done, those that are missing, that is navigable.

Example: https://kiosk-dot-codelabs-site.appspot.com/codelabs/cloud-shell/index.html?index=..%2F..%2Fdevoxx#1

image

marekjelen commented 7 years ago

Their approach is slightly different then ours. The kiosk is design for multiple workshops in single deployment, rather then ours where we mostly work with single workshop in single deployment.

Our structure is

Workshop list (often hidden) -> Module list -> Module content

Their structure is

Workshop list -> Module content (with module list in the view, as on the picture)

I am not sure if this makes sense for us. Can you add your views, please.

//cc @thoraxe @siamaksade @gshipley @GrahamDumpleton @thesteve0

jorgemoralespou commented 7 years ago

In my view, when we use single workshop, I would just directly go to this page. Not module list, since I would embed the module list in the left.

marekjelen commented 7 years ago

Prototyped on the "module-list" branch

marekjelen commented 7 years ago

Has been merged into master branch.