0.7.1 • Published 3 months ago

@talentdigital/season v0.7.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Season

A season is a collection of runnable episodes on the talent::digital platform.

Technically, a season is a github repository that contains configuration and assets for episodes, used by one more more formats.

Configuration

Season configuration is specified as a yaml file called season.yaml in the root of the season github repository.

Season.yaml Structure

  • title
    • de (string)
    • en (string)
  • info
    • de (string)
    • en (string)
  • assetsURL (string)
  • competenceAreas
    • (string)
      • competences
        • (string)
          • subCompetences
            • (string)
              • name
                • de (string)
                • en (string)
              • testItems
                • (string)
                  • level (FOUNDATION | INTERMEDIATE | ADVANCED HIGHLY_SPECIALISED)
                  • episode
                  • documentation
                    • de (string)
                    • en (string)
                  • search
                    • de
                      • generic
                        • (string)
                    • en
                      • generic
                        • (string)
              • feedbackQuestions
                • (string)
                  • episode (string)
                  • question
                    • de (string)
                    • en (string)
                  • answers
                    • (string)
                      • de (string)
                      • en (string)
                    • (string)
                      • de (string)
                      • en (string)
                    • (string)
                      • de (string)
                      • en (string)
  • episodes:
    • (string)
      • title:
        • de (string)
        • en (string)
      • description:
        • de (string)
        • en (string)
      • maturity (PENDING | ALPHA | BETA | PUBLIC)
      • imageUrl (string)
      • format: (string)
      • formatConfiguration (string)
      • badges:
        • (string)
          • name
            • de (string)
            • en (string)
          • image (string)
  • seasonEndMessage
    • de (string)
    • en (string)

Getting Started

To create a new season, see talent-digital/season-template.

0.7.1

3 months ago

0.7.0

5 months ago

0.6.2

7 months ago

0.6.1

7 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.6.0

1 year ago

0.1.1

1 year ago