Skip to content

Support multiple attestations on verified claims #15

Description

@magent-cryptograss

Summary

Currently, once a claim is verified, the {{verified}} template shows a single checkmark. We want to allow additional users to add their attestations to already-verified content.

Options considered

  1. Stack multiple {{verified}} tags - each verification adds another [✓] after the text
  2. Extend {{verified}} to accept multiple attesters - like {{verified|JMyles|Justin|Magent}}
  3. Use the {{claim}} attestation system - the att= parameter was designed for multi-attestation tracking: {{claim|text|att=JMyles:participant:2026-01-01,Justin:witness:2026-01-01}}

Option 3 is probably cleanest since it keeps the "Verify" button visible for additional attestations and uses the existing infrastructure.

Related

  • Gadget-verify.js handles the verification UI
  • Template:Claim has att= parameter for attestations
  • Template:Verified is the simple single-attestation marker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions