You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/open-sourcing-workshops-on-demand-part-5-create-a-workshop.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,10 @@ A new entry will need the following:
78
78
***Note:*** Both WorkshopImg and BadgeImg are located on the same remote web server.
79
79
80
80
***Beta:** Not implemented yet :-)
81
-
***Category:** The workshops' registration portal proposes several filters to display the catlog's content. You can view all workshops, the most poular ones, or by category. Use this field to sort workshops accordingly.
82
-
***AlternateLocation:** Not implemented yet. The purpose is allow automation of the relocation of a workshop in case of primary location's failure.
83
-
***Duration:** All workshops are time bombed. You will define here the time alloacted to perform the workshop.
84
-
***Active:** Tag to set to enable visibility of the workshop's tile in the registration portal.
81
+
***Category:** The workshops' registration portal proposes several filters to display the catlog's content. You can view all workshops, the most poular ones, or by category. Use this field to sort workshops accordingly
82
+
***AlternateLocation:** Not implemented yet. The purpose is allow automation of the relocation of a workshop in case of primary location's failure
83
+
***Duration:** All workshops are time bombed. You will define here the time alloacted to perform the workshop
84
+
***Active:** Tag to set to enable visibility of the workshop's tile in the registration portal
85
85
86
86
If you feel you need more details about the registration process, please take a look at the **Register Phase** paragraph in [the following introductionary blog](https://developer.hpe.com/blog/willing-to-build-up-your-own-workshops-on-demand-infrastructure/).
87
87
@@ -91,14 +91,14 @@ A new entry will need the following:
91
91
92
92

93
93
94
-
***Id:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows for instance the admin to hide login scripts and credentials in non-editable executable files.
95
-
***Avatar:** This defines whethere a workshop require some password variable to be leveraged or not.
94
+
***ID:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows for instance the admin to hide login scripts and credentials in non-editable executable files
95
+
***Avatar:** This defines whethere a workshop require some password variable to be leveraged or not
96
96
***Description:** Same description as the one available in the workshop's table entry
97
97
***Presenter:** Name of the presenter
98
98
***Role:** Roe of the presenter (the workshop developer in fact: Solution Architect, Fullstack Developer, etc...)
99
-
***VideoLink:** Youtube link of the recorded video to be used as a replay.
100
-
***WorkshopId:** Id of the workshop linked to the video.
101
-
***Active:** Tag to set to enable visibility of the replay in registration portal.
99
+
***VideoLink:** Youtube link of the recorded video to be used as a replay
100
+
***WorkshopId:** Id of the workshop linked to the video
101
+
***Active:** Tag to set to enable visibility of the replay in registration portal
102
102
103
103
One could create these entries manually or leverage a simple wod.yml file containing them and that can be later parsed in order to feed the database with the relevant info, quite handy,no ?
0 commit comments