Files
ragflow/api/db/init_data/compilation_templates/wiki/engineering.yaml
Kevin Hu cf634b92b4 Feat: Put some wiki templates. (#16617)
### Summary

Add a few of wiki templates.
2026-07-03 20:52:27 +08:00

42 lines
1.3 KiB
YAML

instruction: |
- Each page must be a proper encyclopedic article, NOT a flat bullet list:
- 1. Take prefix ">" or "-" in the "page_example" as instructions to generate the content.
- 2. Sections with H2 headings, each starting with prose before sub-bullets.
page_example: |
# Secret feature(Title)
## Background & research
> Explain the context behind why we are doing this project. Data is a great source of insight.
## Problem statement
> As a who, I am trying to outcome/job. But problem/barrier because root cause which makes me feel emotion.
## Goals
- List goals
- KPIs
- What success looks like
## Hypothesis
> If we achieve/enable X, then user behavior Y changes in this way leading to positive metrics Z.
## Technical solution
> Outline the solution step by step and illustrate your points with specific code structure.
```
Fill code snippet
```
## Scope
> Explain the solution is, how it works and the extent of the work involved.
- Requirements
- Future evolutions
- Out of scope
## Designs and assets
> Add any necessary figma project link, hi-fi mockups, SVGs, font files, images, prototypes...
## Open questions
[x] E.g. is this part of the free plan?
topic: engineering