feat: impl dashboard & issue list
This commit is contained in:
77
fixtures/github/repo.list.json
Normal file
77
fixtures/github/repo.list.json
Normal file
@@ -0,0 +1,77 @@
|
||||
[
|
||||
{
|
||||
"id": 101,
|
||||
"name": "novem",
|
||||
"full_name": "kennethnym/novem",
|
||||
"private": false,
|
||||
"html_url": "https://github.com/kennethnym/novem",
|
||||
"description": "Desktop workspace for triaging GitHub work.",
|
||||
"default_branch": "main",
|
||||
"owner": {
|
||||
"login": "kennethnym",
|
||||
"id": 4242,
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4",
|
||||
"html_url": "https://github.com/kennethnym"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 104,
|
||||
"name": "sprint-planner",
|
||||
"full_name": "kennethnym/sprint-planner",
|
||||
"private": false,
|
||||
"html_url": "https://github.com/kennethnym/sprint-planner",
|
||||
"description": "Weekly planning board and release calendar.",
|
||||
"default_branch": "main",
|
||||
"owner": {
|
||||
"login": "kennethnym",
|
||||
"id": 4242,
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4",
|
||||
"html_url": "https://github.com/kennethnym"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"name": "agent-tooling",
|
||||
"full_name": "kennethnym/agent-tooling",
|
||||
"private": false,
|
||||
"html_url": "https://github.com/kennethnym/agent-tooling",
|
||||
"description": "Experiments for agent-driven developer workflows.",
|
||||
"default_branch": "main",
|
||||
"owner": {
|
||||
"login": "kennethnym",
|
||||
"id": 4242,
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4",
|
||||
"html_url": "https://github.com/kennethnym"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"name": "design-notes",
|
||||
"full_name": "kennethnym/design-notes",
|
||||
"private": false,
|
||||
"html_url": "https://github.com/kennethnym/design-notes",
|
||||
"description": "Product and UI explorations.",
|
||||
"default_branch": "main",
|
||||
"owner": {
|
||||
"login": "kennethnym",
|
||||
"id": 4242,
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4",
|
||||
"html_url": "https://github.com/kennethnym"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"name": "infra-scripts",
|
||||
"full_name": "kennethnym/infra-scripts",
|
||||
"private": true,
|
||||
"html_url": "https://github.com/kennethnym/infra-scripts",
|
||||
"description": "Deployment and environment automation.",
|
||||
"default_branch": "trunk",
|
||||
"owner": {
|
||||
"login": "kennethnym",
|
||||
"id": 4242,
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/4242?v=4",
|
||||
"html_url": "https://github.com/kennethnym"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user