{"id":26154391,"url":"https://github.com/digdir/bod-roadmapreport","last_synced_at":"2025-08-01T23:35:48.640Z","repository":{"id":270693578,"uuid":"911176713","full_name":"digdir/bod-roadmapreport","owner":"digdir","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-16T18:49:21.000Z","size":17,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-16T19:45:05.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digdir.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}},"created_at":"2025-01-02T12:15:05.000Z","updated_at":"2025-03-17T16:13:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e47655d4-9764-4708-a004-01d925429081","html_url":"https://github.com/digdir/bod-roadmapreport","commit_stats":null,"previous_names":["digdir/bod-roadmapreport"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digdir/bod-roadmapreport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fbod-roadmapreport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fbod-roadmapreport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fbod-roadmapreport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fbod-roadmapreport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digdir","download_url":"https://codeload.github.com/digdir/bod-roadmapreport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digdir%2Fbod-roadmapreport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259879532,"owners_count":22925784,"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","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":"2025-03-11T08:29:27.531Z","updated_at":"2025-06-14T20:32:19.422Z","avatar_url":"https://github.com/digdir.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digdir BOD Roadmap Report\n\nThis is a API that generates a report based on the [Digdir Roadmap](https://github.com/orgs/digdir/projects/8), which uses the Github GraphQL API to fetch all issues related to \"Nye Altinn\" and generates success indicator values based on the start, end and closed dates and progression of the issues. This is returned as a JSON array of objects, which can be imported into PowerBI et. al. for further analysis.\n\n## Local installation\n\n1. Clone the repo\n2. Navigate to the project directory\n3. `dotnet user-secrets set GitHubToken \u003cyour-github-PAT\u003e` (the PAT must have `project`, `public_repo`, `read:org` scopes)\n4. Run the application (`dotnet run`)\n5. Open `https://localhost:7127/report` in your browser (or import it to Excel via PowerQuery)\n\n## Importing via PowerQuery to Excel\n\n1. Open a new Excel document\n2. Go to `Data` -\u003e `Get Data (Power Query)`\n3. Select `Empty Query`\n4. Paste the following code into the editor:\n\n```\nlet\n  Source = Json.Document(Web.Contents(\"https://localhost:7127/report\")),\n  AsTable = Table.FromRecords(Source)\nin\n  AsTable\n```\n\n5. Click `Close \u0026 Load` to import the data\n\nAlternatively, you can use `File.Contents(\"/path/to/report.json\")` to import a local file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigdir%2Fbod-roadmapreport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigdir%2Fbod-roadmapreport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigdir%2Fbod-roadmapreport/lists"}