update
This commit is contained in:
@@ -50,10 +50,10 @@ This document defines the documentation framework for a software project. It est
|
||||
- Maintain backward compatibility with existing requirements
|
||||
- Review and update requirements as business context changes
|
||||
|
||||
**NFR vs KPI Clarification**:
|
||||
- **NFR** is a *requirement* — it defines what quality or constraint the system must have (e.g., "System shall support 10K TPS", "99.9% monthly uptime", "TLS 1.3+ encryption")
|
||||
- **KPI** is a *measurement* — it's the actual data collected to verify if the NFR was met (e.g., "Peak traffic was 8.5K TPS", "MTTR was 8 minutes", "100% of connections use TLS 1.3")
|
||||
- NFRs tell you **what to build**; KPIs tell you **how well you built it**
|
||||
**Requirement vs KPI Clarification**:
|
||||
- **FR and NFR** is a *requirement* — it defines what quality or constraint the system must have (e.g., "System shall support 10K TPS", "99.9% monthly uptime", "TLS 1.3+ encryption")
|
||||
- **KPI** is a *measurement* — it's the actual data collected to verify if the requirement was met (e.g., "Peak traffic was 8.5K TPS", "MTTR was 8 minutes", "100% of connections use TLS 1.3")
|
||||
- Requirements tell you **what to build**; KPIs tell you **how well you built it**
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user