From 23676b311608ca4a1a38c4f3d6b8f1b0d5d3b62f Mon Sep 17 00:00:00 2001 From: gabogg Date: Fri, 12 Jun 2026 19:06:06 +0000 Subject: [PATCH] docs: rename standup file and fix image paths --- .../{stand-12/06/26.md => stand-12_06_26.md} | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) rename docs/standups/{stand-12/06/26.md => stand-12_06_26.md} (88%) diff --git a/docs/standups/stand-12/06/26.md b/docs/standups/stand-12_06_26.md similarity index 88% rename from docs/standups/stand-12/06/26.md rename to docs/standups/stand-12_06_26.md index f2568fa..704c5f3 100644 --- a/docs/standups/stand-12/06/26.md +++ b/docs/standups/stand-12_06_26.md @@ -71,11 +71,11 @@ Follow this sequence to present a comprehensive, orderly showcase of the program 4. Log out, and log in as `admin`. Access is fully restored. ````carousel -![Login Screen](../../../../prisma/screenshots/01_login_page.png) +![Login Screen](../../prisma/screenshots/01_login_page.png) -![Unauthorized User](../../../../prisma/screenshots-phase4/01_collaborator_unauthorized.png) +![Unauthorized User](../../prisma/screenshots-phase4/01_collaborator_unauthorized.png) -![Admin Dashboard](../../../../prisma/screenshots/03_dashboard_loaded.png) +![Admin Dashboard](../../prisma/screenshots/03_dashboard_loaded.png) ```` > [!NOTE] @@ -94,13 +94,13 @@ Follow this sequence to present a comprehensive, orderly showcase of the program 6. Navigate to `/goals` and assign a commercial goal of `$75,000.00` for collaborator `colaborador_mde` in period `2026-06`. ````carousel -![Create Modal](../../../../prisma/screenshots/04_create_modal_open.png) +![Create Modal](../../prisma/screenshots/04_create_modal_open.png) -![Rules Populated](../../../../prisma/screenshots/08_rules_populated.png) +![Rules Populated](../../prisma/screenshots/08_rules_populated.png) -![Plan Versioned](../../../../prisma/screenshots/12_plan_versioned.png) +![Plan Versioned](../../prisma/screenshots/12_plan_versioned.png) -![Goals Configured](../../../../prisma/screenshots/15_goal_saved.png) +![Goals Configured](../../prisma/screenshots/15_goal_saved.png) ```` --- @@ -114,13 +114,13 @@ Follow this sequence to present a comprehensive, orderly showcase of the program 6. Attempt to upload the exact same file. The system checks the `Idempotency-Key` and immediately returns the cached success response without writing redundant entries to the database. ````carousel -![Import View](../../../../prisma/screenshots-phase4/02_admin_import_view.png) +![Import View](../../prisma/screenshots-phase4/02_admin_import_view.png) -![Validation Errors](../../../../prisma/screenshots-phase4/04_validation_errors_rendered.png) +![Validation Errors](../../prisma/screenshots-phase4/04_validation_errors_rendered.png) -![Upload Successful](../../../../prisma/screenshots-phase4/05_valid_upload_success.png) +![Upload Successful](../../prisma/screenshots-phase4/05_valid_upload_success.png) -![Idempotency Blocked](../../../../prisma/screenshots-phase4/06_idempotency_duplicate.png) +![Idempotency Blocked](../../prisma/screenshots-phase4/06_idempotency_duplicate.png) ```` --- @@ -136,9 +136,9 @@ Follow this sequence to present a comprehensive, orderly showcase of the program 6. Toggle **Simulate Only** off and run the calculation. The settlements are successfully stored as pending approvals in the DB. ````carousel -![Simulation Results](../../../../prisma/screenshots-phase5/02_simulation_success.png) +![Simulation Results](../../prisma/screenshots-phase5/02_simulation_success.png) -![Clawback Delta](../../../../prisma/screenshots-phase5/06_clawback_calculated.png) +![Clawback Delta](../../prisma/screenshots-phase5/06_clawback_calculated.png) ```` --- @@ -153,11 +153,11 @@ Follow this sequence to present a comprehensive, orderly showcase of the program 7. Observe the **Bilingual AI Audit Notes** generated by the n8n compliance analysis: the description details are shown in English or Spanish depending on the active user locale. ````carousel -![Approvals Grid](../../../../prisma/screenshots-phase5/03_lider_ctg_approvals_view.png) +![Approvals Grid](../../prisma/screenshots-phase5/03_lider_ctg_approvals_view.png) -![Rejection Prompt](../../../../prisma/screenshots-phase5/04_rejection_modal.png) +![Rejection Prompt](../../prisma/screenshots-phase5/04_rejection_modal.png) -![Rejection Finished](../../../../prisma/screenshots-phase5/05_rejection_done.png) +![Rejection Finished](../../prisma/screenshots-phase5/05_rejection_done.png) ```` ---