Skip to content

Commit df899e8

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A new entry will need the following:
7070
![](/img/wod-db-go-2.png "Workshop's fields in the Database #2.")
7171

7272
* **Compile:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows the admin to hide login scripts and credentials in non-editable executable files
73-
* **Varpass:** This defines whethere a workshop require some password variable to be leveraged or not
73+
* **Varpass:** This defines whether or not a workshop requires a password variable needs to be leveraged
7474
* **ReplayId:** This entry links the dedicated replay video to the workshop. it enables the presence of the replay in the learn more page of the workshop
7575
* **WorkshopImg:** As part of the lifecycle of the workshop, several emails are sent to the student. A workshop image is embbeded in the first emails
7676
* **BadgeImg:** As part of the lifecycle of the workshop, several emails are sent to the student. In the final email, a badge is included. It allows the student to share its accomplishment on social media like linkedin for instance
@@ -91,11 +91,11 @@ 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 ID is used to link the correct video with the associated workshop
95+
* **Avatar:** This is the link to the presenter 's picture that will be displayed on the workshop's tile on the registration portal
9696
* **Description:** Same description as the one available in the workshop's table entry
9797
* **Presenter:** Name of the presenter
98-
* **Role:** Roe of the presenter (the workshop developer in fact: Solution Architect, Fullstack Developer, etc...)
98+
* **Role:** Role of the presenter (the workshop developer in fact: Solution Architect, Fullstack Developer, etc...)
9999
* **VideoLink:** Youtube link of the recorded video to be used as a replay
100100
* **WorkshopId:** Id of the workshop linked to the video
101101
* **Active:** Tag to set to enable visibility of the replay in registration portal

0 commit comments

Comments
 (0)