https://github.com/paritytech/roadmap
Roadmap milestones are created here
https://github.com/paritytech/roadmap
Last synced: 10 months ago
JSON representation
Roadmap milestones are created here
- Host: GitHub
- URL: https://github.com/paritytech/roadmap
- Owner: paritytech
- Created: 2022-08-03T11:00:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T17:51:32.000Z (over 2 years ago)
- Last Synced: 2025-08-18T00:34:58.811Z (10 months ago)
- Language: TypeScript
- Size: 803 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParityTech Roadmap
[](https://github.com/paritytech/roadmap/actions/workflows/github-issue-sync.yml)
GitHub Action + Octokit application, which generates `roadmap.json` from the GH Project and deploys this to https://paritytech.github.io/roadmap/roadmap.json every 9:00 and 21:00 each day
The authentication to Octokit on production is done through the GitHub action, where we generate token from GitHub App.
In order to test it locally - generate [personal access token](https://github.com/settings/personal-access-tokens/new)
### Env
- **PROJECT_ID** [required] https://github.com/orgs//projects/
- **GITHUB_ORG** [required] https://github.com/
- **ACCESS_TOKEN** [required] Access Token mainly for Octokit to be able to query GraphQL API.
For development: Create [personal access token](https://github.com/settings/personal-access-tokens/new)
For production: Create GitHub App for authentication, and set up ROADMAP_APP_ID & ROADMAP_APP_PRIVATE_KEY in secrets
**Permissions**:
- Metadata Access: Read-only
- Organization - Projects: Read-only
- Repository - Projects: Read-only