Skip to content

Commit 3d6200f

Browse files
committed
update workspace state and enhance Cosmos Tables schema in docs
1 parent 3116cb4 commit 3d6200f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/.obsidian/workspace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@
179179
"table-editor-obsidian:Advanced Tables Toolbar": false
180180
}
181181
},
182-
"active": "71b23c45605fb9be",
182+
"active": "8844a0f73f079adb",
183183
"lastOpenFiles": [
184-
"Technical Design/Sequence diagram.md",
185-
"Technical Design/Graph View.md",
186184
"Technical Design/Getting Skills.md",
187-
"Technical Design/Daily Leetcode challenges.md",
188185
"Technical Design/Database Design.md",
186+
"Technical Design/Daily Leetcode challenges.md",
189187
"Technical Design/Cosmos Tables.md",
188+
"Technical Design/Sequence diagram.md",
189+
"Technical Design/Graph View.md",
190190
"Technical Design/Untitled",
191191
"Index.md",
192192
"shapes at 25-07-07 22.54.22.png",

docs/Technical Design/Cosmos Tables.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Roadmaps
2929
Positions
3030

3131

32-
| partitionKey | rowkey | |
33-
| ------------ | ------- | --- |
34-
| roadmapName | skillId | |
32+
| partitionKey | rowkey | x | y | type |
33+
| ------------ | ------- | --- | --- | ---- |
34+
| roadmapName | skillId | | | |
3535

3636

3737

@@ -45,6 +45,6 @@ Links
4545
Skills
4646
This is a unique table of all the possible nodes and links to a blob
4747

48-
| partitionKey | id |
49-
| ------------ | --- |
50-
| | |
48+
| partitionKey | id | blob | |
49+
| ------------ | --------- | ---- | --- |
50+
| skillName | skillName | | |

0 commit comments

Comments
 (0)