From 4a7f75fd1867f738ac213481f7322c1be1c887a5 Mon Sep 17 00:00:00 2001 From: Joel Alvarez Date: Mon, 27 Jul 2026 09:39:01 -0700 Subject: [PATCH] docs: align editorial draft states --- ROADMAP.md | 20 ++++++++++---------- course.manifest.json | 20 ++++++++++---------- docs/00-introduccion.md | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 2d551e8..120589e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,7 @@ # Roadmap **Curso:** rust-testing -**Estado actual:** planned +**Estado actual:** draft **Tipo:** complementario técnico **Fuente:** RFC-0001 §10, §13, §14 y §15 @@ -14,15 +14,15 @@ el estándar de Jeresoft Academy. | # | Capítulo | Milestone | Estado | |---|----------|-----------|--------| | 01 | Fundamentos de testing | 01. Fundamentos de testing | draft | -| 02 | Unit tests en Rust | 02. Unit tests en Rust | planned | -| 03 | Tests de integración | 03. Tests de integración | planned | -| 04 | Test doubles | 04. Test doubles | planned | -| 05 | Property-based testing | 05. Property-based testing | planned | -| 06 | Contract testing | 06. Contract testing | planned | -| 07 | Mutation testing | 07. Mutation testing | planned | -| 08 | Performance testing | 08. Performance testing | planned | -| 09 | Chaos testing | 09. Chaos testing | planned | -| 10 | Estrategia de calidad para sistemas reales | 10. Estrategia de calidad para sistemas reales | planned | +| 02 | Unit tests en Rust | 02. Unit tests en Rust | draft | +| 03 | Tests de integración | 03. Tests de integración | draft | +| 04 | Test doubles | 04. Test doubles | draft | +| 05 | Property-based testing | 05. Property-based testing | draft | +| 06 | Contract testing | 06. Contract testing | draft | +| 07 | Mutation testing | 07. Mutation testing | draft | +| 08 | Performance testing | 08. Performance testing | draft | +| 09 | Chaos testing | 09. Chaos testing | draft | +| 10 | Estrategia de calidad para sistemas reales | 10. Estrategia de calidad para sistemas reales | draft | ## Cierre editorial diff --git a/course.manifest.json b/course.manifest.json index 8dc36f7..a32afcb 100644 --- a/course.manifest.json +++ b/course.manifest.json @@ -5,7 +5,7 @@ "repository": "https://github.com/jeresoftx/rust-testing", "language": "rust", "track": "complementario técnico", - "status": "planned", + "status": "draft", "rfc": "RFC-0001 §10" }, "chapters": [ @@ -24,7 +24,7 @@ "id": "unit_tests", "title": "Unit tests en Rust", "slug": "unit-tests-en-rust", - "status": "planned", + "status": "draft", "document": "docs/02-unit-tests-en-rust.md", "module": "src/unit_tests.rs", "milestone": "02. Unit tests en Rust" @@ -34,7 +34,7 @@ "id": "integration_tests", "title": "Tests de integración", "slug": "tests-de-integracion", - "status": "planned", + "status": "draft", "document": "docs/03-tests-de-integracion.md", "module": "src/integration_tests.rs", "milestone": "03. Tests de integración" @@ -44,7 +44,7 @@ "id": "test_doubles", "title": "Test doubles", "slug": "test-doubles", - "status": "planned", + "status": "draft", "document": "docs/04-test-doubles.md", "module": "src/test_doubles.rs", "milestone": "04. Test doubles" @@ -54,7 +54,7 @@ "id": "property_testing", "title": "Property-based testing", "slug": "property-based-testing", - "status": "planned", + "status": "draft", "document": "docs/05-property-based-testing.md", "module": "src/property_testing.rs", "milestone": "05. Property-based testing" @@ -64,7 +64,7 @@ "id": "contract_testing", "title": "Contract testing", "slug": "contract-testing", - "status": "planned", + "status": "draft", "document": "docs/06-contract-testing.md", "module": "src/contract_testing.rs", "milestone": "06. Contract testing" @@ -74,7 +74,7 @@ "id": "mutation_testing", "title": "Mutation testing", "slug": "mutation-testing", - "status": "planned", + "status": "draft", "document": "docs/07-mutation-testing.md", "module": "src/mutation_testing.rs", "milestone": "07. Mutation testing" @@ -84,7 +84,7 @@ "id": "performance_testing", "title": "Performance testing", "slug": "performance-testing", - "status": "planned", + "status": "draft", "document": "docs/08-performance-testing.md", "module": "src/performance_testing.rs", "milestone": "08. Performance testing" @@ -94,7 +94,7 @@ "id": "chaos_testing", "title": "Chaos testing", "slug": "chaos-testing", - "status": "planned", + "status": "draft", "document": "docs/09-chaos-testing.md", "module": "src/chaos_testing.rs", "milestone": "09. Chaos testing" @@ -104,7 +104,7 @@ "id": "quality_strategy", "title": "Estrategia de calidad para sistemas reales", "slug": "estrategia-de-calidad-para-sistemas-reales", - "status": "planned", + "status": "draft", "document": "docs/10-estrategia-de-calidad-para-sistemas-reales.md", "module": "src/quality_strategy.rs", "milestone": "10. Estrategia de calidad para sistemas reales" diff --git a/docs/00-introduccion.md b/docs/00-introduccion.md index 33556bc..fa1accd 100644 --- a/docs/00-introduccion.md +++ b/docs/00-introduccion.md @@ -23,5 +23,5 @@ en fundamentos que siguen siendo útiles aunque las herramientas cambien. ## Estado editorial -Este documento está en `planned`. No está marcado como `reviewed` ni +Este documento está en `draft`. No está marcado como `reviewed` ni `published`.