{"id":49496009,"url":"https://github.com/backnotprop/plannotator-stack-fixture","last_synced_at":"2026-05-01T09:08:02.484Z","repository":{"id":353889178,"uuid":"1221264078","full_name":"backnotprop/plannotator-stack-fixture","owner":"backnotprop","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-26T03:22:23.000Z","size":16,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T05:15:17.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/backnotprop.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-26T01:01:53.000Z","updated_at":"2026-04-26T01:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/backnotprop/plannotator-stack-fixture","commit_stats":null,"previous_names":["backnotprop/plannotator-stack-fixture"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/backnotprop/plannotator-stack-fixture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backnotprop%2Fplannotator-stack-fixture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backnotprop%2Fplannotator-stack-fixture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backnotprop%2Fplannotator-stack-fixture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backnotprop%2Fplannotator-stack-fixture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backnotprop","download_url":"https://codeload.github.com/backnotprop/plannotator-stack-fixture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backnotprop%2Fplannotator-stack-fixture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":[],"created_at":"2026-05-01T09:08:01.874Z","updated_at":"2026-05-01T09:08:02.480Z","avatar_url":"https://github.com/backnotprop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plannotator-stack-fixture\n\nFixture repo for testing stacked PR review UX in Plannotator.\n\n## User Model\n\nUsers have a `role` (`admin | editor | viewer`) and a `status` (`active | suspended | pending`).\n\n```ts\nimport { createUser } from \"./src/user\";\n\nconst user = createUser({\n  id: \"u-001\",\n  name: \"Ada Lovelace\",\n  email: \"ada@example.com\",\n  role: \"editor\",\n  status: \"active\",\n});\n```\n\n### Utilities\n\n| Function | Description |\n|---|---|\n| `createUser(params)` | Construct a normalized `User` |\n| `normalizeUserId(id)` | Lowercase + trim a user ID |\n| `isActiveUser(user)` | Check active status |\n| `formatDisplayName(user)` | Name or email prefix |\n| `formatUserLabel(user)` | `\"Name (Role)\"` string |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacknotprop%2Fplannotator-stack-fixture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacknotprop%2Fplannotator-stack-fixture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacknotprop%2Fplannotator-stack-fixture/lists"}