openshift-evangelists / workshopper

Workshop content rendering tool
63 stars 41 forks source link

Display the time it takes to complete a workshop and module #15

Closed jorgemoralespou closed 6 years ago

jorgemoralespou commented 7 years ago

In the workshop and module list it would be nice to have an indication of the time it takes to complete.

Example: https://kiosk-dot-codelabs-site.appspot.com/devoxx

image

jorgemoralespou commented 7 years ago

Additionally, time remaining can be displayed when in every module.

Example: image

marekjelen commented 7 years ago

can you propose updates to _modules.yml structure to track this information?

marekjelen commented 7 years ago

@jorgemoralespou is this still valid request?

jorgemoralespou commented 7 years ago

Yes.

  module:
    name: "String"
    vars:
      <LIST of key:value>
    revisions:
      <LIST of REVISIONS>
    duration: <TIME in MINUTES to complete the module> 

Additionally, it would be nice if we could have the sum of times it takes to complete a whole workshop, in the workshop main page or header.

marekjelen commented 6 years ago

Implemented, the duration field is going to be free text and shown in the lab header.