diff --git a/index.html b/index.html index 4506d17..b6fea4b 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,25 @@ .card-button:hover { background: var(--cds-hover-primary); } + + /* COMPLETE STATE (SOP done) */ + .card.complete { + background: #ecfdf5; + border-color: #16a34a; + } + .card.complete .card-button { background: #16a34a; } + .card.complete .card-button:hover { background: #15803d; } + .card-status { + display: inline-block; + font-size: 12px; + font-weight: 600; + color: #16a34a; + margin-bottom: 0.5rem; + } + .card.disabled { + opacity: 0.6; + pointer-events: none; + } /* SECTION */ .section { @@ -365,27 +384,19 @@
Complete end-to-end workflow. Configure project SOP in 10 steps, then immediately create Work Packages with all SOP defaults pre-populated.
- - - - + +Standalone project baseline generator. Define roles, constraints, governance, and platforms. Generates exportable SOP JSON for sharing with team.
- +Define the project baseline in 10 steps — team, sign-offs, WP types, governance, quality, platforms, sequence, constraints, and sources. Every Work Package inherits these defaults.
+ - - + +Individual Work Package authoring tool. Requires an SOP file. Create, review, and export individual IWPs with constraint checklists.
- +Author individual Work Packages against the project SOP — pre-populated defaults, constraint checklists, and exportable IWPs. Complete the SOP first to unlock.
+Unified workflow for end-to-end SOP+WP creation, standalone SOP generator, and individual WP authoring. Choose the approach that fits your workflow.
+Configure the project SOP once, then author every Work Package against it. The Creator stays locked until the SOP is complete, so packages always inherit a valid baseline.