Skip to content

Comments

docs: update zkid roadmap#638

Merged
andyguzmaneth merged 2 commits intomainfrom
docs/update-zkid-roadmap
Feb 23, 2026
Merged

docs: update zkid roadmap#638
andyguzmaneth merged 2 commits intomainfrom
docs/update-zkid-roadmap

Conversation

@vplasencia
Copy link
Member

Description

This PR updates the zkID roadmap.

Copilot AI review requested due to automatic review settings February 21, 2026 12:30
@vercel
Copy link

vercel bot commented Feb 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pse-dev Ready Ready Preview, Comment Feb 21, 2026 0:31am
website-v2-production Ready Ready Preview, Comment Feb 21, 2026 0:31am

Request Review

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.ts module exporting ZKID: ProjectData with updated roadmap items and details.
  • Updated mastermap-data.ts to import ZKID and 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 next array 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 andyguzmaneth merged commit c81ab4f into main Feb 23, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants