You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2026. It is now read-only.
Overview
This issue implements the backend logic for the PoI verification process, supporting both:
It will handle verifier roles, API endpoints, and verification metadata storage.
🎯 Objectives
🧩 Functional Requirements
1. Models
PoIschema:status:"pending" | "verified" | "rejected"verifiedBy: wallet or user IDverificationComment: optional stringverifiedAt: timestamp2. APIs
GET /api/poi/:id/statusPATCH /api/poi/:id/verify{ status, comment }role: 'verifier'verifiedByandverifiedAtGET /api/verifier/:walletisVerifier: true | falsestake: number3. Admin Panel (Optional MVP)
🔐 Dependencies
contracts: VerifierStaking + Registrydapp: Verifier UI + staking interface🧪 Future Logic (v2.3+)
Related
contracts issue #87: Link
dApp issue #57 : Link