diff --git a/PRODUCTIZATION_ROADMAP.md b/PRODUCTIZATION_ROADMAP.md index 2a1e29b..978c559 100644 --- a/PRODUCTIZATION_ROADMAP.md +++ b/PRODUCTIZATION_ROADMAP.md @@ -6,7 +6,7 @@ Turn the current TUBCO-specific onboarding/offboarding portal into Workdock, a r Current branch roles: -- `main`: current TUBCO-oriented working baseline +- `main`: current TUBCO customer baseline - `product_company_portal_foundation`: generic product-development branch ## Core Product Principles @@ -180,7 +180,7 @@ Reason: Examples already identified: -- `TUBCO Onboarding & Offboarding Portal` +- former TUBCO-specific portal title kept only as historical baseline context - logo asset references - invitation email wording mentioning TUBCO - welcome-email defaults mentioning TUB/CO @@ -209,7 +209,7 @@ This is the first productization slice because it gives: ## Guardrails -- keep current TUBCO defaults as the initial values +- keep current customer deployment values stable while generic product defaults move to Workdock - keep migrations backward-compatible - update both wiki and developer handbook for every architecture change - snapshot at the end of each major phase diff --git a/backend/workflows/templates/workflows/developer_handbook.html b/backend/workflows/templates/workflows/developer_handbook.html index 9765b96..a4c0d93 100644 --- a/backend/workflows/templates/workflows/developer_handbook.html +++ b/backend/workflows/templates/workflows/developer_handbook.html @@ -41,7 +41,7 @@

This handbook is for developers and maintainers. It documents the actual engineering workflow of the standalone product repository.

@@ -64,7 +64,7 @@

3) Local Development Workflow

Start

-
cd /Users/bostame/Documents/tubco-onboarding-offboarding-portal
+    
cd /path/to/workdock-platform
 docker compose up -d --build

Main URLs