mikeboone commited on
Commit
bdf0b6d
·
1 Parent(s): c12a1e0

docs: swap Step 01 and Step 02 — right panel first, vertical/line/function second

Browse files
Files changed (1) hide show
  1. index.html +47 -47
index.html CHANGED
@@ -419,10 +419,56 @@
419
  </div>
420
  </div>
421
 
422
- <!-- ── SECTION 1: CHOOSE YOUR VERTICAL ── -->
423
  <div class="section">
424
  <div class="container">
425
  <div class="section-label">Step 01</div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
426
  <h2>Choose Your Vertical, Line &amp; Function</h2>
427
  <p class="lead">DemoPrep covers 15 industry verticals, each with specific lines of business, and 6 universal functions. Three selections and you're ready to run.</p>
428
 
@@ -515,52 +561,6 @@
515
  </div>
516
  </div>
517
 
518
- <!-- ── SECTION 2: CONFIGURE THE RIGHT PANEL ── -->
519
- <div class="section">
520
- <div class="container">
521
- <div class="section-label">Step 02</div>
522
- <h2>Configure the Right Panel</h2>
523
- <p class="lead">The right panel controls your ThoughtSpot connection, AI model, and tracks progress as the pipeline runs. Set it up before hitting GO.</p>
524
-
525
- <div style="display:grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start;">
526
- <div>
527
- <div class="panel-grid" style="grid-template-columns: 1fr;">
528
- <div class="panel-card">
529
- <h4>TS Environment</h4>
530
- <p>Choose which ThoughtSpot instance to deploy to. <strong style="color:var(--white);">Required</strong> — GO will not run without a selection.</p>
531
- </div>
532
- <div class="panel-card">
533
- <h4>AI Model</h4>
534
- <p>Select the LLM for the build. GPT-5.5 is the current default — Claude models are also available for higher reasoning quality.</p>
535
- </div>
536
- <div class="panel-card">
537
- <h4>⚙️ Settings (click to expand)</h4>
538
- <p>Collapsible section with per-run options that take effect immediately — no save or reload needed:</p>
539
- <ul style="margin-top:8px; padding-left:14px; font-size:.83rem; line-height:1.8;">
540
- <li><strong style="color:var(--white);">Liveboard Name</strong> — leave blank to auto-derive from the company URL</li>
541
- <li><strong style="color:var(--white);">Data Size</strong> — Small (~1k rows, fast) or Medium (~10k rows, richer data)</li>
542
- <li><strong style="color:var(--white);">Geo Scope</strong> — USA Only or International location data</li>
543
- <li><strong style="color:var(--white);">Tag Name</strong> — optional tag applied to all created TS objects</li>
544
- <li><strong style="color:var(--white);">Column Naming Style</strong> — Regular Case, snake_case, camelCase, PascalCase, etc.</li>
545
- <li><strong style="color:var(--white);">Object Naming Prefix</strong> — short prefix added to model and liveboard names</li>
546
- <li><strong style="color:var(--white);">Share With</strong> — ThoughtSpot email to share the liveboard with after deployment</li>
547
- </ul>
548
- </div>
549
- <div class="panel-card">
550
- <h4>Pipeline Progress</h4>
551
- <p>Once GO is pressed, watch the stages tick through in real time — Research → DDL → Data → ThoughtSpot → Liveboard → Complete. Pipeline Status shows live output as it runs.</p>
552
- </div>
553
- </div>
554
- </div>
555
- <div>
556
- <div class="screenshot-wrap" style="aspect-ratio: 9/16; height: auto;">
557
- <img src="ss_rightpanel.png" alt="Right panel — TS Environment, AI Model, Liveboard Name, Pipeline Progress"/>
558
- </div>
559
- </div>
560
- </div>
561
- </div>
562
- </div>
563
-
564
  <!-- ── SECTION 3: RUN THE PIPELINE ── -->
565
  <div class="section">
566
  <div class="container">
 
419
  </div>
420
  </div>
421
 
422
+ <!-- ── SECTION 1: CONFIGURE THE RIGHT PANEL ── -->
423
  <div class="section">
424
  <div class="container">
425
  <div class="section-label">Step 01</div>
426
+ <h2>Configure the Right Panel</h2>
427
+ <p class="lead">The right panel controls your ThoughtSpot connection, AI model, and tracks progress as the pipeline runs. Set it up before hitting GO.</p>
428
+
429
+ <div style="display:grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start;">
430
+ <div>
431
+ <div class="panel-grid" style="grid-template-columns: 1fr;">
432
+ <div class="panel-card">
433
+ <h4>TS Environment</h4>
434
+ <p>Choose which ThoughtSpot instance to deploy to. <strong style="color:var(--white);">Required</strong> — GO will not run without a selection.</p>
435
+ </div>
436
+ <div class="panel-card">
437
+ <h4>AI Model</h4>
438
+ <p>Select the LLM for the build. GPT-5.5 is the current default — Claude models are also available for higher reasoning quality.</p>
439
+ </div>
440
+ <div class="panel-card">
441
+ <h4>⚙️ Settings (click to expand)</h4>
442
+ <p>Collapsible section with per-run options that take effect immediately — no save or reload needed:</p>
443
+ <ul style="margin-top:8px; padding-left:14px; font-size:.83rem; line-height:1.8;">
444
+ <li><strong style="color:var(--white);">Liveboard Name</strong> — leave blank to auto-derive from the company URL</li>
445
+ <li><strong style="color:var(--white);">Data Size</strong> — Small (~1k rows, fast) or Medium (~10k rows, richer data)</li>
446
+ <li><strong style="color:var(--white);">Geo Scope</strong> — USA Only or International location data</li>
447
+ <li><strong style="color:var(--white);">Tag Name</strong> — optional tag applied to all created TS objects</li>
448
+ <li><strong style="color:var(--white);">Column Naming Style</strong> — Regular Case, snake_case, camelCase, PascalCase, etc.</li>
449
+ <li><strong style="color:var(--white);">Object Naming Prefix</strong> — short prefix added to model and liveboard names</li>
450
+ <li><strong style="color:var(--white);">Share With</strong> — ThoughtSpot email to share the liveboard with after deployment</li>
451
+ </ul>
452
+ </div>
453
+ <div class="panel-card">
454
+ <h4>Pipeline Progress</h4>
455
+ <p>Once GO is pressed, watch the stages tick through in real time — Research → DDL → Data → ThoughtSpot → Liveboard → Complete. Pipeline Status shows live output as it runs.</p>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ <div>
460
+ <div class="screenshot-wrap" style="aspect-ratio: 9/16; height: auto;">
461
+ <img src="ss_rightpanel.png" alt="Right panel — TS Environment, AI Model, Liveboard Name, Pipeline Progress"/>
462
+ </div>
463
+ </div>
464
+ </div>
465
+ </div>
466
+ </div>
467
+
468
+ <!-- ── SECTION 2: CHOOSE YOUR VERTICAL ── -->
469
+ <div class="section">
470
+ <div class="container">
471
+ <div class="section-label">Step 02</div>
472
  <h2>Choose Your Vertical, Line &amp; Function</h2>
473
  <p class="lead">DemoPrep covers 15 industry verticals, each with specific lines of business, and 6 universal functions. Three selections and you're ready to run.</p>
474
 
 
561
  </div>
562
  </div>
563
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
564
  <!-- ── SECTION 3: RUN THE PIPELINE ── -->
565
  <div class="section">
566
  <div class="container">