================================================================================
NAV_MAP_5_TOOLS_STATUS_5_12_26.txt
CollabORhythm / Collabtunes — Implementation Layer
Generated: 5.12.26 | Asian Claude
PURPOSE: Status and structure of all 5 navigation tools.
         Reference for Mixed Claude coding phase.
================================================================================

================================================================================
NAV TOOL 1 — FRONT DOOR BOUNCER (The Gate)
================================================================================

WHAT IT IS:
  The entry page at https://collabtunes.com
  Users select their content level (G/PG → No Limits)
  Selection written to localStorage key: collabtunes_selected_rating
  All subsequent page gates read from this key

FILE STATUS:    BUILT — FRONT_DOOR_BOUNCER_FIXED_COLOR_V2_5_12_26.html
DEPLOY STATUS:  TOM REVIEW PENDING — browser QA required
GATE BEHAVIOR:  Writes the gate — does not read it
FIX APPLIED:    Default changed from ratings[4] to ratings[0] (G/PG)
OPEN ITEM:      Tom to confirm/replace subtitle copy per rating level

RATING LEVELS (in order):
  ratings[0] = 'gpg'   → "G/PG — All audiences"
  ratings[1] = 'pg13'  → "PG-13 — Mature themes"
  ratings[2] = 'r'     → "R — Adult content"
  ratings[3] = 'nc17'  → "NC-17 — Explicit 18+"
  ratings[4] = 'x'     → "NO LIMITS — Full catalog 18+"

SESSION RESTORE: On revisit, reads prior selection from localStorage.
                 Falls back to ratings[0] if key missing or unrecognized.

================================================================================
NAV TOOL 2 — SWITCHBOARD QUICKLINKS (Central Hub)
================================================================================

WHAT IT IS:
  Hub page at https://collabtunes.com/switchboard-quicklinks/
  Central navigation table linking all 34 album pages + utility pages
  Referenced from ALL AIO pages via "Back to Switchboard" button

FILE STATUS:    EXISTS LIVE — not yet built/modified in this session
                No HTML prototype built yet — live Yola page only
DEPLOY STATUS:  LIVE — no changes pending
OPEN ITEMS:
  - Revenue Streams link points to /practice-head/ — BLOCKED on Tom Decision 04
  - G/PG Quick Guide (/7-of-35-quick-guide-g-to-x/) should be verified as linked
  - Dev test page links should be removed (Decision 20)
CODING TASK:    None until Tom answers Decision 04 (Revenue Streams URL)

================================================================================
NAV TOOL 3 — 128-SECTION NAV (Full Site Nav)
================================================================================

WHAT IT IS:
  Full site navigation at https://collabtunes.com/128-section/ (or similar)
  128 nav items covering all pages on the site
  Propagates globally in Yola — changes affect all pages simultaneously

FILE STATUS:    EXISTS LIVE — not yet built/modified in this session
DEPLOY STATUS:  LIVE — changes BLOCKED
OPEN ITEMS:
  - X-rated nav labels visible publicly — BLOCKED on Tom Decision 01
  - Chapter drift: chapters 18B–34 labels are +1 ahead of URL slugs
    BLOCKED on Tom Decision 06 — DO NOT TOUCH until answered
  - Ch.18 duplicate — BLOCKED on Tom Decision 07
  - Lady Weaver dual URL — BLOCKED on Tom Decision 09
  - Dev test pages in nav — READY to remove (Decision 20 safe default)
CODING TASK:    None until Tom answers Decisions 01, 06, 07, 09

CRITICAL WARNING: Do not edit 128-nav without Tom answering chapter drift.
                  Any change may compound the drift issue.

================================================================================
NAV TOOL 4 — FAST SCROLL (In-Page Navigation)
================================================================================

WHAT IT IS:
  Fixed-position button strip on left side of AIO pages
  Allows quick jump to any section block within the page
  Built into all 7 current AIO staging pages

FILE STATUS:    BUILT — present in all AIO staging HTML files
DEPLOY STATUS:  Staging only — not live yet
PATTERN:        Fixed left-side <div class="fast-scroll"> with anchor buttons
                Anchors: Top / sections by block name / Bottom
CODING TASK:    Batch verify all fast-scroll anchors match actual block IDs
                in each AIO file (mixed Claude QA task)

OPEN QA ITEM (from Manual QA Workflow check 1.3):
  Each fast-scroll button must scroll to the correct anchor.
  Has not been browser-tested yet — human QA required.

================================================================================
NAV TOOL 5 — BACK TO SWITCHBOARD BUTTON (Cross-Page Return)
================================================================================

WHAT IT IS:
  A button on each AIO page linking back to /switchboard-quicklinks/
  Provides consistent return path to the central hub
  Present near top and bottom of all AIO pages

FILE STATUS:    BUILT — present in all 7 AIO staging HTML files
DEPLOY STATUS:  Staging only — not live yet
URL TARGET:     https://collabtunes.com/switchboard-quicklinks/
CODING TASK:    Verify URL is correct in all AIO files (batch grep)

================================================================================
NAV STATUS SUMMARY
================================================================================

TOOL                  | STATUS              | CODING READY? | BLOCKED BY
----------------------|---------------------|---------------|--------------------
1. Front Door Bouncer | TOM REVIEW PENDING  | NO (await QA) | Tom browser confirm
2. Switchboard        | LIVE (no changes)   | NO            | Tom Decision 04
3. 128-Nav            | LIVE (no changes)   | NO            | Tom Decisions 01/06/07/09
4. Fast Scroll (AIO)  | STAGING — built     | YES (batch QA)| None
5. Back Button (AIO)  | STAGING — built     | YES (verify)  | None

================================================================================
END NAV_MAP_5_TOOLS_STATUS_5_12_26.txt
================================================================================
