feature: updated sem4/DBMS content#215
Open
neharoy3 wants to merge 3 commits into
Open
Conversation
Contributor
|
@neharoy3 is attempting to deploy a commit to the PushkarScripts Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds and enables additional DBMS course chapters (4–8) with expanded instructional content, and makes DBMS selectable/navigable in the UI.
Changes:
- Added new chapter content components for Chapters 6–8 and expanded content for Chapters 1–5.
- Enabled Chapters 4–8 in the DBMS sidebar and chapter routing page.
- Added
dbmsto the global available subjects list.
Reviewed changes
Copilot reviewed 12 out of 28 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| app/sem4/dbms/content/chapter8.tsx | Adds Chapter 8 content (Recovery & Security). |
| app/sem4/dbms/content/chapter7.tsx | Adds Chapter 7 content (Query Processing & Optimization). |
| app/sem4/dbms/content/chapter6.tsx | Adds Chapter 6 content (Indexing & Hashing). |
| app/sem4/dbms/content/chapter5.tsx | Expands Chapter 5 content (Transactions & concurrency topics + diagrams). |
| app/sem4/dbms/content/chapter4.tsx | Expands Chapter 4 content (Normalization / schema refinement). |
| app/sem4/dbms/content/chapter3.tsx | Expands Chapter 3 content (Relational model, SQL, constraints, relational algebra). |
| app/sem4/dbms/content/chapter2.tsx | Expands Chapter 2 content (ER model details + diagrams). |
| app/sem4/dbms/content/chapter1.tsx | Expands Chapter 1 content (history, abstraction levels, DBMS structure, user types). |
| app/sem4/dbms/content/chapter0.tsx | Updates module outline to match expanded chapters/topics. |
| app/sem4/dbms/components/sidebar.tsx | Enables navigation items for Chapters 4–8. |
| app/sem4/dbms/[chapter]/page.tsx | Imports/registers Chapters 4–8 for routing/rendering. |
| app/components/subjects.tsx | Adds dbms to the available subjects list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
I plan to add improved notes for chapter 7 and 8 next. |
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.
Description
How Has This Been Tested?
Added "dbms" to subjects and tested a local run and site is responsive.
AI Usage
Used chatGPT to generate images required in the notes.
Additional Notes
Can add more visuals for better understanding.