-
-
Notifications
You must be signed in to change notification settings - Fork 44.5k
rdb local setup instructions don't say what to do to start a 2nd workshop #67175
Copy link
Copy link
Open
Labels
relational databases v9 certThis is for issues dealing with the Relational Databases V9 Certification.This is for issues dealing with the Relational Databases V9 Certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: waiting triageThis issue needs help from moderators and users to reproduce and confirm its validity and fix.This issue needs help from moderators and users to reproduce and confirm its validity and fix.
Metadata
Metadata
Assignees
Labels
relational databases v9 certThis is for issues dealing with the Relational Databases V9 Certification.This is for issues dealing with the Relational Databases V9 Certification.scope: curriculumLessons, Challenges, Projects and other Curricular Content in curriculum directory.Lessons, Challenges, Projects and other Curricular Content in curriculum directory.status: waiting triageThis issue needs help from moderators and users to reproduce and confirm its validity and fix.This issue needs help from moderators and users to reproduce and confirm its validity and fix.
Describe the Issue
In the instructions for the 2nd workshop in the Relational Databases course (https://www.freecodecamp.org/learn/relational-databases-v9/workshop-database-of-video-game-characters/build-a-database-of-video-game-characters) , the local setup instructions do not say what to do explicitly if you have already completed the instructions for the 1st workshop (https://www.freecodecamp.org/learn/relational-databases-v9/workshop-bash-boilerplate/build-a-boilerplate). That is, should the person delete their old rdb-alpha dir for example or should they skip a few steps and start from rebuilding the container?
Affected Page
https://www.freecodecamp.org/learn/relational-databases-v9/workshop-database-of-video-game-characters/build-a-database-of-video-game-characters
Your code
N/A
Expected behavior
Instructions need to clarify how people with local setup should start a 2nd workshop after completing the instructions from a prior (first) workshop.
Screenshots
No response
System
N/A
Additional context
The instructions may need to be tailored to linux vs wsl2 setups. In wsl2 for example, the only way forward is to create a new rdb-alpha local copy with a new folder name or path or the remaining instructions will not work (user will be returned to the prior workshop rather than allowed to choose a new one)