Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the zkID roadmap by moving zkID’s ProjectData into its own module and refreshing the roadmap content shown in the mastermap.
Changes:
- Added a dedicated
zkid-data.tsmodule exportingZKID: ProjectDatawith updated roadmap items and details. - Updated
mastermap-data.tsto importZKIDand replace the prior inline zkID project definition with the shared constant.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| components/mastermap/zkid-data.ts | Introduces the updated zkID roadmap as a standalone ProjectData export. |
| components/mastermap/mastermap-data.ts | Imports ZKID and uses it in PROJECTS instead of an inline object. |
Comments suppressed due to low confidence (5)
components/mastermap/zkid-data.ts:20
- Roadmap item status strings elsewhere in this mastermap use "In progress" (lowercase "p"). Using "In Progress" here makes the UI inconsistent; consider switching to "In progress" for consistency.
status: "In Progress",
statusDot: "green",
components/mastermap/zkid-data.ts:27
- Roadmap item status strings elsewhere in this mastermap use "In progress" (lowercase "p"). Using "In Progress" here makes the UI inconsistent; consider switching to "In progress" for consistency.
status: "In Progress",
statusDot: "green",
components/mastermap/zkid-data.ts:34
- Roadmap item status strings elsewhere in this mastermap use "In progress" (lowercase "p"). Using "In Progress" here makes the UI inconsistent; consider switching to "In progress" for consistency.
status: "In Progress",
statusDot: "green",
components/mastermap/zkid-data.ts:41
- Roadmap item status strings elsewhere in this mastermap use "In progress" (lowercase "p"). Using "In Progress" here makes the UI inconsistent; consider switching to "In progress" for consistency.
status: "In Progress",
statusDot: "green",
components/mastermap/zkid-data.ts:80
- This file generally uses trailing commas for multi-line literals (matching the surrounding mastermap data files), but the last item in the
nextarray is missing the trailing comma. Adding it will keep formatting consistent and reduce future diffs.
"Implement support for X.509 certificates to enable use cases that rely on existing industry standards.",
status: "Planned",
statusDot: "yellow",
}
],
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
andyguzmaneth
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the zkID roadmap.