docs: write root README, finalize PRD.md

Root README.md:
- Replace 2-line stub with proper project overview
- Add quick start, requirements, documentation index, testing section

PRD.md:
- Change status from Draft to Final, version 1.0 to 2.0
- Fix test script name from test-stack.sh to demo-test.sh
- Fix impossible NFRs: deployment <60s to <5min, setup <30s to <2min
  (Elasticsearch alone needs 60s start_period)

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
reachableceo
2026-05-01 09:53:01 -05:00
parent be03c95929
commit 190b0aff3e
2 changed files with 64 additions and 11 deletions

View File

@@ -4,8 +4,8 @@
[![Document ID: PRD-SUPPORT-DEMO-001](https://img.shields.io/badge/ID-PRD--SUPPORT--DEMO--001-blue.svg)](#)
[![Version: 1.0](https://img.shields.io/badge/Version-1.0-green.svg)](#)
[![Status: Draft](https://img.shields.io/badge/Status-Draft-orange.svg)](#)
[![Date: 2025-11-13](https://img.shields.io/badge/Date-2025--11--13-lightgrey.svg)](#)
[![Status: Final](https://img.shields.io/badge/Status-Final-green.svg)](#)
[![Date: 2026-05-01](https://img.shields.io/badge/Date-2026--05--01-lightgrey.svg)](#)
[![Author: TSYS Development Team](https://img.shields.io/badge/Author-TSYS%20Dev%20Team-purple.svg)](#)
**Demo Version - Product Requirements Document**
@@ -445,7 +445,7 @@ graph LR
| Requirement | Description | Success Metric |
|-------------|-------------|----------------|
| **🌐 Browser Access** | Immediate web interface availability | 100% browser compatibility |
| **🚫 No Manual Setup** | Eliminate configuration steps | Setup time < 30 seconds |
| **🚫 No Manual Setup** | Eliminate configuration steps | Setup time < 2 minutes |
| **🔐 Pre-configured Auth** | Default authentication where needed | Login success rate > 95% |
| **💡 Clear Error Messages** | Intuitive troubleshooting guidance | Issue resolution < 2 minutes |
@@ -453,8 +453,8 @@ graph LR
| Requirement | Description | Success Metric |
|-------------|-------------|----------------|
| **⚡ Single Command** | One-command deployment | Deployment time < 60 seconds |
| **🚀 Rapid Initialization** | Fast service startup | All services ready < 60 seconds |
| **⚡ Single Command** | One-command deployment | Deployment time < 5 minutes |
| **🚀 Rapid Initialization** | Fast service startup | All services ready < 5 minutes |
| **🎯 Immediate Features** | No setup delays for functionality | Feature availability = 100% |
| **🔄 Clean Sessions** | Fresh state between demos | Data reset success = 100% |
@@ -539,7 +539,7 @@ graph TD
| Test Type | Description | Tool/Script |
|-----------|-------------|-------------|
| **❤️ Health Validation** | Service health check verification | `test-stack.sh` |
| **❤️ Health Validation** | Service health check verification | `demo-test.sh` |
| **🔌 Port Accessibility** | Port availability and response testing | `test-stack.sh` |
| **🔍 Service Discovery** | Dashboard integration verification | `test-stack.sh` |
| **📊 Resource Monitoring** | Memory and CPU usage validation | `test-stack.sh` |
@@ -754,10 +754,10 @@ gantt
## 📄 Document Information
**Document ID**: PRD-SUPPORT-DEMO-001
**Version**: 1.0
**Date**: 2025-11-13
**Version**: 2.0
**Date**: 2026-05-01
**Author**: TSYS Development Team
**Status**: Draft
**Status**: Final
---