Skip to content

Fluent Family Testing

  • Sample Page
  • Teste FluentBoards
  • Teste FluentBooking
  • Teste FluentCart
  • Teste FluentCrm
Fluent Family Testing
  • Uncategorized

    MasterC — Dovadă FluentBoards task_assign

    Byplugin-learner July 23, 2026

    Dovadă capabilitate FluentBoards: task_assign. Task id=2 (board id=2, “PL Test Board — Faza 8b”) a fost asignat userului de test plugin-learner (ID=2, pl-fluent@safebiz.ro) via PUT /wp-json/fluent-boards/v2/projects/2/tasks/2 cu payload {“assignees”:[2]}. Read-back confirmat: GET /wp-json/fluent-boards/v2/projects/2/tasks/2 → task.assignees[0].ID == 2. Rulare inițială a scrierii: run-20260723-fbcaps5 (2026-07-23). Re-certificare Faza 8 batch 2.2 prin proof-runner + promote-capability.js –apply: run-20260723-fbcaps10.

    Read More MasterC — Dovadă FluentBoards task_assignContinue

  • Uncategorized

    PL Proof — task_move_stage

    Byplugin-learner July 23, 2026

    FluentBoards — Capability: task_move_stage Demonstrație live (Faza 8 batch 2.1, subtask #3575): mutare task între stage-uri (coloane Kanban) ale aceluiași board, FluentBoards Pro 1.95.2, family-lab fluent.safebiz.ro. Adapter: task.move-stage Rută: PUT /wp-json/fluent-boards/v2/projects/2/tasks/2/move-task Payload: {“newStageId”: 16} (câmp confirmat camelCase, ipoteza din docs oficiale) Rezultat: HTTP 200 (write live confirmat în ledger run run-20260723-fbcaps5, seq 32-35) Read-back: GET…

    Read More PL Proof — task_move_stageContinue

  • Uncategorized

    Test: FluentBoards / Tasks / Actualizează un task

    Byplugin-learner July 23, 2026

    FluentBoards — Capability: task_update Demonstrație live (Faza 8, subtask #3569): actualizare câmp (titlu) al unui task existent, FluentBoards Pro 1.95.2, family-lab fluent.safebiz.ro. Adapter: task.update Rută: PUT /wp-json/fluent-boards/v2/projects/2/tasks/2 Payload: {“property”:”title”,”value”:”PL Test Task — Faza 8b (actualizat)”} (mecanism property/value, confirmat din cod TaskController::updateTaskProperties — ipoteza „obiect flat” era greșită) Rezultat: HTTP 200 Read-back: GET /wp-json/fluent-boards/v2/projects/2/tasks/2 → 200,…

    Read More Test: FluentBoards / Tasks / Actualizează un taskContinue

  • Uncategorized

    Test: FluentBoards / Tasks / Creează un task

    Byplugin-learner July 23, 2026

    FluentBoards — Capability: task_create Demonstrație live (Faza 8, subtask #3569): creare task nou pe un stage al unui board existent, FluentBoards Pro 1.95.2, family-lab fluent.safebiz.ro. Adapter: task.create Rută: POST /wp-json/fluent-boards/v2/projects/2/tasks Payload: {“task”:{“title”:”PL Test Task — Faza 8b”,”board_id”:2,”stage_id”:…}} (wrapper task nested, confirmat din cod TaskController::create) Rezultat: HTTP 200, task id=2 creat pe board id=2 Read-back: GET…

    Read More Test: FluentBoards / Tasks / Creează un taskContinue

  • Uncategorized

    Test: FluentBoards / Bază / Creează un stage

    Byplugin-learner July 23, 2026

    FluentBoards — Capability: stage_create Demonstrație live (Faza 8, subtask #3569): creare stage (coloană) nou pe un board existent, FluentBoards Pro 1.95.2, family-lab fluent.safebiz.ro. Adapter: stage.create Rută: POST /wp-json/fluent-boards/v2/projects/2/stage-create (ruta reală — NU /stages cum sugera ipoteza inițială din research, confirmat din cod BoardController::createStage) Payload: {“title”:”PL Test Stage — Faza 8b”} (flat, fără wrapper; board_id vine…

    Read More Test: FluentBoards / Bază / Creează un stageContinue

  • Uncategorized

    Test: FluentBoards / Bază / Creează un board

    Byplugin-learner July 23, 2026

    FluentBoards — Capability: board_create Demonstrație live (Faza 8, subtask #3569): creare board nou pe FluentBoards Pro 1.95.2, family-lab fluent.safebiz.ro. Adapter: board.create Rută: POST /wp-json/fluent-boards/v2/projects Payload: {“board”:{“title”:”PL Test Board — Faza 8b”,”type”:”to-do”}} (wrapper board obligatoriu, confirmat din cod BoardController::create) Rezultat: HTTP 201, board id=2 creat, cu 3 stage-uri implicite (Open/In Progress/Completed) generate automat de createDefaultStages() (type…

    Read More Test: FluentBoards / Bază / Creează un boardContinue

  • Uncategorized

    Test: FluentBoards / Integrări / Absență glue fluent-cart

    Byplugin-learner July 23, 2026July 23, 2026

    MasterC — Dovadă test: integrare fluent-boards × fluent-cart Verdict: nu există nicio integrare nativă între FluentBoards și FluentCart pe versiunile instalate (fluent-boards-pro 1.95.2 / fluent-cart-pro 1.5.3), confirmat live din ambele direcții. Ce s-a verificat GET /wp-json/fluent-cart/v2/integration/addons → 200. Catalogul de 8 integrări configurabile ale FluentCart (fluent-crm, fluent-smtp, fluent-community, fluent-security, fluentform, fluent-support, webhook, wp_user) NU include…

    Read More Test: FluentBoards / Integrări / Absență glue fluent-cartContinue

  • Uncategorized

    MasterC — Dovadă test coexistență wp_mail() -> FluentSMTP (fluent-boards)

    Byplugin-learner July 23, 2026

    Postare-dovadă MasterC (plugin-learner) — capabilitate fluent_smtp_coexistence Test: coexistență wp_mail() → FluentSMTP pe site-ul family-lab fluent.safebiz.ro, executat via SSH + WP-CLI (subtask #3561). Constatări confirmate FluentSMTP 2.2.95 activ, dar get_option(‘fluentmail-settings’) = false — nicio conexiune SMTP configurată pe acest site. Tabela reală de log e {prefix}fsmpt_email_logs (typo prezent chiar în codul pluginului, constanta FLUENT_MAIL_DB_PREFIX = ‘fsmpt_’…

    Read More MasterC — Dovadă test coexistență wp_mail() -> FluentSMTP (fluent-boards)Continue

  • Integrări

    Test: FluentBooking / Integrări / WooCommerce (glue confirmat, netestabil — plugin neinstalat)

    Byplugin-learner July 23, 2026

    Dovadă: Integrare FluentBooking ↔ WooCommerce Testat LIVE pe fluent.safebiz.ro — combo aprobat de taki în Plugin Lab (integration-matrix/selection.json, status approved_by_taki, request_id fcdf9a08-25b0-4c05-820b-a23da78879c0). Ce demonstrează Verdictul din analiza codului (native_verdict: “glue” — CalendarSlot::isWooEnabled()/getWooProductPrice(), gate defined(‘WC_PLUGIN_FILE’)) e reconfirmat live: gate-ul e prezent și funcțional, dar inactiv pe acest site pentru că WooCommerce nu e instalat. GET /wp-json/fluent-booking/v2/settings/global-modules…

    Read More Test: FluentBooking / Integrări / WooCommerce (glue confirmat, netestabil — plugin neinstalat)Continue

  • Integrări

    Test: FluentCart / Integrări / FluentPlayer

    Byplugin-learner July 22, 2026

    Dovadă: Integrare FluentCart ↔ FluentPlayer Testat LIVE pe fluent.safebiz.ro — combo aprobat de taki în Plugin Lab (integration-matrix/selection.json, status approved_by_taki, ambele pluginuri instalate: FluentCart și FluentPlayer Pro 1.2.0). Ce demonstrează Verdictul din analiza codului (native_verdict: “necunoscut” — nicio referință găsită în grep-ul exhaustiv al codului FluentCart) e reconfirmat live, din ambele direcții: GET /wp-json/fluent-cart/v2/integration/global-feeds →…

    Read More Test: FluentCart / Integrări / FluentPlayerContinue

Page navigation

Previous PagePrevious 1 2 3 4 Next PageNext

© 2026 Fluent Family Testing - WordPress Theme by Kadence WP

  • Sample Page
  • Teste FluentBoards
  • Teste FluentBooking
  • Teste FluentCart
  • Teste FluentCrm