-
Notifications
You must be signed in to change notification settings - Fork 325
better progress message on cards #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -118,7 +118,7 @@ Never use: | |
| This is the "show me exactly what happened" view. Every app, every switch, every action. | ||
|
|
||
| Format each line as: | ||
| [H:MM AM/PM] - [H:MM AM/PM] [specific action] [in app/tool] [on what] | ||
| [H:MM AM/PM] - [H:MM AM/PM]: [specific action] [in app/tool] [on what] | ||
|
|
||
|
Comment on lines
120
to
122
|
||
| Include: | ||
| - Specific file/document names when visible | ||
|
|
@@ -127,17 +127,17 @@ Include: | |
| - Content context: what topic, what section, who you messaged | ||
|
|
||
| Good example: | ||
| "7:00 AM - 7:08 AM edited "Q4 Launch Plan" in Notion, added timeline section | ||
| 7:08 AM - 7:10 AM replied to Mike in Slack #engineering | ||
| 7:10 AM - 7:12 AM scrolled X home feed | ||
| 7:12 AM - 7:18 AM back to Notion, wrote launch risks section | ||
| 7:18 AM - 7:20 AM searched Google "feature flag best practices" | ||
| 7:20 AM - 7:25 AM read LaunchDarkly docs | ||
| 7:25 AM - 7:30 AM added feature flag notes to Notion doc" | ||
| "7:00 AM - 7:08 AM: edited "Q4 Launch Plan" in Notion, added timeline section | ||
| 7:08 AM - 7:10 AM: replied to Mike in Slack #engineering | ||
| 7:10 AM - 7:12 AM: scrolled X home feed | ||
| 7:12 AM - 7:18 AM: back to Notion, wrote launch risks section | ||
| 7:18 AM - 7:20 AM: searched Google "feature flag best practices" | ||
| 7:20 AM - 7:25 AM: read LaunchDarkly docs | ||
| 7:25 AM - 7:30 AM: added feature flag notes to Notion doc" | ||
|
|
||
| Bad example: | ||
| "7:00 AM - 7:30 AM writing Notion doc | ||
| 7:30 AM - 7:35 AM Slack | ||
| 7:30 AM - 7:35 AM: Slack | ||
| 7:35 AM - 8:00 AM coding" | ||
| (Too coarse — what doc? which Slack channel? coding what?) | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s a typo in this “Bad example” line:
7:30 AM - 7:35: AM Slackhas an extra colon after7:35, which breaks the time format you specify above. Adjust it to match the intended timestamp format (and, if desired, keep the trailing colon after the time range consistent with the “Format” line).