Skip to content

Commit d21fe64

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent fce31be commit d21fe64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/blog/open-sourcing-workshops-on-demand-part-5-create-a-workshop.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ A new entry will need the following:
7878
***Note:*** Both WorkshopImg and BadgeImg are located on the same remote web server.
7979

8080
* **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
8585

8686
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/).
8787

@@ -91,14 +91,14 @@ A new entry will need the following:
9191

9292
![](/img/wod-db-go-3.png)
9393

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
9696
* **Description:** Same description as the one available in the workshop's table entry
9797
* **Presenter:** Name of the presenter
9898
* **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
102102

103103
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 ?
104104

0 commit comments

Comments
 (0)