-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample-issue.json
More file actions
95 lines (95 loc) · 3.71 KB
/
Copy pathsample-issue.json
File metadata and controls
95 lines (95 loc) · 3.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"url": "https://api.github.com/repos/marrow-software/marrow/issues/228",
"repository_url": "https://api.github.com/repos/marrow-software/marrow",
"labels_url": "https://api.github.com/repos/marrow-software/marrow/issues/228/labels{/name}",
"comments_url": "https://api.github.com/repos/marrow-software/marrow/issues/228/comments",
"events_url": "https://api.github.com/repos/marrow-software/marrow/issues/228/events",
"html_url": "https://github.com/marrow-software/marrow/issues/228",
"id": 4749940566,
"node_id": "I_kwDORe4HMc8AAAABGx5XVg",
"number": 228,
"title": "fix: update starred/inbox/side-drawer links to /n/ node routes",
"user": {
"login": "spmcgraw",
"id": 28916303,
"node_id": "MDQ6VXNlcjI4OTE2MzAz",
"avatar_url": "https://avatars.githubusercontent.com/u/28916303?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/spmcgraw",
"html_url": "https://github.com/spmcgraw",
"followers_url": "https://api.github.com/users/spmcgraw/followers",
"following_url": "https://api.github.com/users/spmcgraw/following{/other_user}",
"gists_url": "https://api.github.com/users/spmcgraw/gists{/gist_id}",
"starred_url": "https://api.github.com/users/spmcgraw/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/spmcgraw/subscriptions",
"organizations_url": "https://api.github.com/users/spmcgraw/orgs",
"repos_url": "https://api.github.com/users/spmcgraw/repos",
"events_url": "https://api.github.com/users/spmcgraw/events{/privacy}",
"received_events_url": "https://api.github.com/users/spmcgraw/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"labels": [
{
"id": 10715666252,
"node_id": "LA_kwDORe4HMc8AAAACfrQXTA",
"url": "https://api.github.com/repos/marrow-software/marrow/labels/frontend",
"name": "frontend",
"color": "0052cc",
"default": false,
"description": "Frontend / UI work"
},
{
"id": 11341721665,
"node_id": "LA_kwDORe4HMc8AAAACpATwQQ",
"url": "https://api.github.com/repos/marrow-software/marrow/labels/good-first-issue",
"name": "good-first-issue",
"color": "7057FF",
"default": false,
"description": "Small, well-scoped"
}
],
"state": "open",
"locked": false,
"assignees": [],
"milestone": null,
"comments": 0,
"created_at": "2026-06-26T06:55:32Z",
"updated_at": "2026-06-26T06:55:32Z",
"closed_at": null,
"assignee": null,
"author_association": "COLLABORATOR",
"issue_field_values": [],
"type": null,
"active_lock_reason": null,
"sub_issues_summary": {
"total": 0,
"completed": 0,
"percent_completed": 0
},
"issue_dependencies_summary": {
"blocked_by": 0,
"total_blocked_by": 0,
"blocking": 0,
"total_blocking": 0
},
"body": "## Problem\n\nSeveral components link to `/w/{id}/pages/{nodeId}` but the canonical route is `/w/{id}/n/{nodeId}/[[...slug]]` (`starred-panel.tsx`, `inbox-panel.tsx`, `side-drawer.tsx`).\n\n## Scope\n\n~0.5 day.\n\n## Acceptance criteria\n\n- [ ] All internal node links use `/n/{nodeId}/{slug}`\n- [ ] Starred and inbox notifications navigate correctly\n- [ ] Manual click-through verified\n\n## PRD\n\nNot required.\n\nTracking: `references/To-do.md` item 11.",
"reactions": {
"url": "https://api.github.com/repos/marrow-software/marrow/issues/228/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
},
"timeline_url": "https://api.github.com/repos/marrow-software/marrow/issues/228/timeline",
"performed_via_github_app": null,
"state_reason": null,
"pinned_comment": null,
"score": 1.0
}