Files
ephron-ren-prd/README.md

38 lines
1.6 KiB
Markdown
Raw 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.
# ephron.ren PRD 仓库
集中管理 ephron.ren 站点的产品需求文档 (PRD)、API 规范、Bug 分析和 QA 文档。
## 目录结构
```
├── PRD-*.md # 产品需求文档
├── api/ # API 规范文档
├── bugs/ # Bug 分析报告
├── fixes/ # 修复方案
├── qa/ # QA 测试计划与报告
└── requirements/ # 功能需求文档
```
## PRD 列表
| 文档 | 状态 | 说明 |
|------|------|------|
| PRD-blog-sort-and-created-at.md | 待实现 | 集合排序修复 + 文章 created_at 时间记录 |
| prd-blog-sort-fix.md | 已实现 | 同日期文章按 mtime 排序 |
| prd-service-api-publish-edit.md | 已实现 | Service API 发布/编辑功能 |
| prd-audit-timezone-fix.md | - | 审计日志时区修复 |
| prd-blog-post-collections-a-nesting-fix.md | - | 集合嵌套修复 |
| prd-blog-toc-highlight-fix.md | - | 目录高亮修复 |
| prd-blog-toc-scroll-fix.md | - | 目录滚动修复 |
| prd-canvas-iframe-csp-fix.md | - | Canvas iframe CSP 修复 |
| prd-collection-enhancements.md | - | 集合增强 |
| prd-llm-profile-management.md | - | LLM 配置管理 |
| prd-qqbot-media-support.md | - | QQ Bot 媒体支持 |
| prd-test-and-collections.md | - | 测试与集合 |
## 工作流
1. PRD 在此仓库中讨论、修订、定稿
2. 实现代码提 PR 到 [ephron_ren/ephron.ren](https://gitea.ephron.ren/ephron_ren/ephron.ren)PR 描述引用此仓库的 PRD 链接
3. 实现完成后PRD 状态标记为「已实现」