Files
arc/.planning/ROADMAP.md
leon 184c3a9f16 feat(example): 添加人脸注册按钮和ID显示功能
- 添加注册按钮,点击生成随机人脸ID(格式:F + 8位数字)
- 实时显示检测到的人脸对应的ID
- 使用彩色标签区分已注册(绿色)和未注册(橙色)状态

Quick task: 260330-ld1
2026-03-30 15:28:31 +08:00

21 lines
525 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Roadmap: ArcSoft Face Recognition Plugin
**Created:** 2026-03-30
**Milestone:** v0.1.0 - Example App Enhancement
## Phase 1: Example App Enhancement
**Goal:** 在 example 应用中添加人脸注册和 ID 显示功能
### Requirements Covered
- EXAM-01: 注册按钮
- EXAM-02: 注册功能(随机 ID
- EXAM-03: 显示人脸 ID
### Success Criteria
1. 用户可以在预览页面看到注册按钮
2. 点击注册后生成随机 ID 并显示
3. 检测到的人脸显示对应 ID
---
*Roadmap created: 2026-03-30*