You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Git metadata** — clickable context links to jump back to where the lesson came from:
107
+
-**Project** — the folder name where you were working
108
+
-**Repository** — clickable link with platform icon (GitHub, GitLab, Bitbucket, or local). Click to open the remote repository in your browser or view local details
109
+
-**Branch** — the git branch you were on when the lesson was taught
110
+
-**Commit hash** — the exact commit (clickable to view on GitHub/GitLab/Bitbucket or as a local hash)
111
+
-**Folder** — clickable `🔗 Open` link that opens the project folder in VS Code, so you can immediately review the code that triggered the lesson
104
112
-**Feedback buttons** — ✓ I know this / ✗ I don't know this (hidden once feedback is recorded)
105
113
106
114
<Tabs>
@@ -165,6 +173,26 @@ the lesson history as JSON.)
165
173
166
174
---
167
175
176
+
---
177
+
178
+
## How personalization works
179
+
180
+
The dashboard is where you actively shape your coaching:
181
+
182
+
1.**Adjust confidence on the Knowledge map** — if you feel stronger in TypeScript than you rated yourself, bump it up. This tunes which topics devcoach prioritises.
183
+
184
+
2.**Edit groups and topics** — add topics you care about, delete ones you don't. Your knowledge map is your learning intent statement.
185
+
186
+
3.**Record feedback on lessons** — when you click ✓ or ✗ on a lesson, you're telling devcoach whether that angle landed. This adjusts both your confidence on that topic and future lesson depth.
187
+
188
+
4.**Star lessons to revisit** — use the `★` button to mark lessons worth reading again. You can filter by "starred only" on the Lessons page.
189
+
190
+
5.**Jump to context** — click repository, commit, or folder links on lesson details to immediately review the code that triggered the lesson. This helps you understand *why* the lesson was taught and *where* to apply it.
191
+
192
+
The knowledge map, feedback history, and git context together create a feedback loop: your edits guide lesson selection, lesson feedback adjusts your confidence, and the ability to jump back to context lets you learn in the exact place it happened.
193
+
194
+
---
195
+
168
196
## Keyboard shortcuts
169
197
170
198
The web UI has no keyboard shortcuts. Use the CLI for faster access to individual commands.
0 commit comments