{"id":20301882,"url":"https://github.com/medic/cht-tech-radar-implementers","last_synced_at":"2026-07-14T22:31:26.692Z","repository":{"id":194333266,"uuid":"690534510","full_name":"medic/cht-tech-radar-implementers","owner":"medic","description":"CHT Technology Radar for Implementers","archived":false,"fork":false,"pushed_at":"2025-11-26T08:59:49.000Z","size":3073,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-11-29T08:32:19.334Z","etag":null,"topics":["cht","technology-radar"],"latest_commit_sha":null,"homepage":"https://docs.communityhealthtoolkit.org/cht-tech-radar-implementers/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AOEpeople/techradar","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medic.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License","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":"2023-09-12T11:40:02.000Z","updated_at":"2025-11-26T08:59:52.000Z","dependencies_parsed_at":"2023-09-12T23:24:48.521Z","dependency_job_id":"40fc0855-0978-4593-9724-8bfca7072e85","html_url":"https://github.com/medic/cht-tech-radar-implementers","commit_stats":null,"previous_names":["medic/cht-tech-radar-implementers"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/medic/cht-tech-radar-implementers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medic%2Fcht-tech-radar-implementers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medic%2Fcht-tech-radar-implementers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medic%2Fcht-tech-radar-implementers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medic%2Fcht-tech-radar-implementers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medic","download_url":"https://codeload.github.com/medic/cht-tech-radar-implementers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medic%2Fcht-tech-radar-implementers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35482258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"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":["cht","technology-radar"],"created_at":"2024-11-14T16:28:07.933Z","updated_at":"2026-07-14T22:31:26.679Z","avatar_url":"https://github.com/medic.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHT Technology Radar for Implementers\nThis is the repository of the [CHT Technology Radar for Implementers](https://docs.communityhealthtoolkit.org/cht-tech-radar-implementers/) content.\n\nIf you are looking for the content of the [CHT Technology Radar for Contributors](https://docs.communityhealthtoolkit.org/cht-tech-radar-contributors/), you can find it [in its dedicated GitHub repository](https://github.com/medic/cht-tech-radar-contributors). \n\nThis Tech Radar is built by using the [CHT Technology Radar Core](https://github.com/medic/cht-tech-radar-core), which contains the skeleton app and the CHT look-and-feel styles. \n\n## Contribute to the Technical Radar\n\n### Create a new Technology Radar release\nFor a new Technology Radar release, create a folder of the release date (YYYY-MM-DD) under `./radar`.\n\n### Maintaining content\nThe items are written in Markdown (`.md`) format.\n\nEach file has a meta header where the attributes of the item are listed:\n\n```\n---\ntitle:      \"CHT Sync\"\nring:       adopt\nquadrant:   methods-and-patterns\ntags: [data, pipeline]\n---\n\nText goes here. You can use **markdown** here.\n```\n\nFollowing front-matter attributes are possible:\n\n- **title**: Name of the Item\n- **quadrant**: Quadrant. One of `languages-and-frameworks` (for `App Building` quadrant),\n  `methods-and-patterns` (for `Data Use` quadrant), `platforms-and-aoe-services`\n(for `Deployment Management` quadrant), `tools` (for `CHT App Features` quadrant)\n- **ring**: Ring section in radar. One of `trial`, `adopt`, `stop`\n- **tags**: Optional tags for filtering.\n- **featured**: (Optional, default \"true\") If you set this to \"false\", the item\n  will not be visible in the radar quadrants but still be available in the overview.\n\nThe name of the .md file acts as item identifier and may overwrite items with\nthe same name from older releases.\n\nIf an item is overwritten in a new release, the attributes from the new item are\nmerged with the old ones, and a new history entry is created for that item.\n\nYou can integrate images in your markdown. Put the image files in your public folder and reference them:\n\n```\n![an image](/images/an-image.png)\n```\n\n### Content guidelines\nYou can update the rings and the quadrants in the `config.json` file. If you update the names of the rings and quadrants,\nyou will need to update the technologies .md files accordingly.\n\nThe text on the \"How to use the CHT Technology Radar for Implementers\" page can be updated in the `about.md` file.\n\n### Customize the radar\n\u003e Further instructions on how to customize the Technical Radar can be found in the [medic/cht-tech-radar-core](https://github.com/medic/cht-tech-radar-core) repository.\n\n## Development\n\n### Host the application under a sub path\nTo host the application under a sub path, set the environment variable `PUBLIC_URL`, e.g. \"/cht-tech-radar\".\nThe default is `/`.\n\n\u003e For local development you can use `/build` and use this for the following steps. \n\n### Build the radar\nNode.js \u003e= 20 is required.\n\n```\nnpm ci\nnpm run serve\n```\n\nThen open the Tech Radar here: http://localhost:3000/cht-tech-radar-implementers\n\n### Build the radar with static files\n```\nnpm ci\nnpm run build\n```\n\n\u003e [!NOTE]\n\u003e The CHT Technology Radars are built starting from the [AOE Tech Radar content](https://www.aoe.com/techradar/index.html).\nIf you want to build your own Technical Radar you may want to have a look at the [AOE Tech Radar GitHub repository](https://github.com/AOEpeople/aoe_technology_radar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedic%2Fcht-tech-radar-implementers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedic%2Fcht-tech-radar-implementers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedic%2Fcht-tech-radar-implementers/lists"}