Workshop content review#56
Closed
kentcdodds wants to merge 4 commits intomainfrom
Closed
Conversation
Document workshop completion progress including: - Exercise 01.01: Prisma init (noted Prisma v6 compatibility issue) - Exercise 02.01: One-to-Many Relationships - Exercise 02.02: One-to-One Relationships - Exercise 03.01: Migrations Co-authored-by: me <me@kentcdodds.com>
Document workshop completion progress including: - Exercise 04.01: Init Seed Script - Exercise 04.02: Nested Writes - Exercise 05.01: Generated Data - Exercise 05.02: Dynamic Data - Exercise 05.03: Unique Constraints Co-authored-by: me <me@kentcdodds.com>
Document workshop completion progress including: - Exercise 06.01: Setup App Client - Exercise 06.02: Select - Exercise 06.03: Nested Select Co-authored-by: me <me@kentcdodds.com>
Document complete workshop experience including: - All exercises 01.01 through 09.02 completed successfully - Identified Prisma v6 compatibility issue in Exercise 01.01 - All other exercises delivered good learning outcomes with no notable friction - Overall assessment: well-designed workshop with progressive complexity Key finding: Exercise 01.01 has a Prisma version compatibility issue that should be addressed by either pinning the Prisma version or updating the instructions. Co-authored-by: me <me@kentcdodds.com>
|
Cursor Agent can help with this pull request. Just |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deliver a comprehensive learning review for the "Data Modeling Deep Dive" workshop.
The review identifies a Prisma version compatibility issue in Exercise 01.01, where current Prisma v6.x generates different files and schema content than expected by the workshop instructions and solutions.