{"id":30593363,"url":"https://github.com/techwithty/kanban","last_synced_at":"2025-10-08T22:56:50.913Z","repository":{"id":310753734,"uuid":"1040528889","full_name":"TechWithTy/kanban","owner":"TechWithTy","description":"Self-contained Kanban board module (Zustand store, DnD Kit, mocks, UI integration). Production-ready for submodule reuse.","archived":false,"fork":false,"pushed_at":"2025-08-27T02:18:15.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-27T09:00:47.879Z","etag":null,"topics":["component","dnd","kanban","react","typescript","ui","zustand"],"latest_commit_sha":null,"homepage":"https://www.cybershoptech.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechWithTy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-19T05:52:19.000Z","updated_at":"2025-08-27T02:18:19.000Z","dependencies_parsed_at":"2025-08-27T04:00:48.930Z","dependency_job_id":null,"html_url":"https://github.com/TechWithTy/kanban","commit_stats":null,"previous_names":["techwithty/kanban"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TechWithTy/kanban","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fkanban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fkanban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fkanban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fkanban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechWithTy","download_url":"https://codeload.github.com/TechWithTy/kanban/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechWithTy%2Fkanban/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272735311,"owners_count":24984283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","dnd","kanban","react","typescript","ui","zustand"],"created_at":"2025-08-29T18:13:35.825Z","updated_at":"2025-10-08T22:56:45.881Z","avatar_url":"https://github.com/TechWithTy.png","language":"TypeScript","readme":"# External Kanban Module\n\nA self-contained Kanban module that lives entirely under `external/kanban/`.\n\n- Local types: `./types.ts`\n- Local mocks: `./mocks.ts`\n- Local store (Zustand): `./store.ts`\n- Local utils: `./utils.ts`\n- Components: `KanbanBoard`, `BoardColumn`, `TaskCard`, `ColumnActions`, `NewSectionDialog`\n- New Task UI: `NewTaskDialog` + components in `./new-task-dialog/`\n- Barrel export: `./index.ts`\n\nUI , components are expected from your existing shadcn setup (`@/components/ui/*`). No other imports reference outside the `external/` folder.\n\n## Install peer dependencies\n\nThis module uses the following libraries from your app:\n\n- @dnd-kit/core\n- @dnd-kit/sortable\n- @dnd-kit/utilities\n- class-variance-authority\n- lucide-react\n- zustand\n- uuid\n\nEnsure they are installed in your project.\n\n## Usage\n\n```tsx\nimport { KanbanBoard, NewTaskDialog } from \"@/external/kanban\";\n\nexport default function Page() {\n  return (\n    \u003cdiv className=\"space-y-4\"\u003e\n      \u003cNewTaskDialog /\u003e\n      \u003cKanbanBoard /\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Notes\n\n- The store (`useTaskStore`) is persisted under the key `external-task-store`.\n- `mocks.ts` provides simple team members, leads, and lead lists for demo purposes.\n- You can replace mocks with real data sources by extending the store/actions as needed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fkanban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwithty%2Fkanban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithty%2Fkanban/lists"}