Skip to content

About page, How to Use page, and Interactive Explorer with search#65

Merged
rdhyee merged 2 commits intoisamplesorg:mainfrom
rdhyee:main
Mar 19, 2026
Merged

About page, How to Use page, and Interactive Explorer with search#65
rdhyee merged 2 commits intoisamplesorg:mainfrom
rdhyee:main

Conversation

@rdhyee
Copy link
Contributor

@rdhyee rdhyee commented Mar 19, 2026

Summary

Implements the remaining three wireframe issues:

About page restructure (#61)

  • Sections: Objectives → Technical Perspective (collapsible) → Team/PIs → Contributors (collapsible) → Photo Gallery → Background & History
  • Merged content from about.qmd and people.qmd into cohesive single page

How to Use page (#62)

  • New getting-started guide: Quick Start steps, data overview table, tech info, developer links, data files inventory
  • Added to navbar and sidebar

Interactive Explorer consolidation (#59)

  • Renamed "Progressive Globe" → "Interactive Explorer"
  • Search bar: find samples by label, results fly to location on globe
  • Click search results to navigate
  • Sidebar hidden for full-width experience
  • All existing features preserved (source filtering, zoom, sample cards, share URLs)

Note: Material/sampled-feature filtering requires denormalized parquet columns (pqg#20). Source filtering already works.

Test plan

  • Full site render (33/33 pages, no errors)
  • Playwright smoke test: all elements visible, zero JS errors
  • Search bar present and styled
  • Manual test of search functionality on deployed site

Closes #59, #61, #62

🤖 Generated with Claude Code

rdhyee and others added 2 commits March 19, 2026 15:19
About (isamplesorg#61):
- Restructured into wireframe sections: Objectives, Technical Perspective
  (collapsible), Team with PIs + Contributors (collapsible), Photo Gallery,
  Background & History
- Merged content from about.qmd and people.qmd into single cohesive page

How to Use (isamplesorg#62):
- New getting-started page with Quick Start steps, data overview table,
  tech requirements, developer links, and data files inventory
- Added to navbar and sidebar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Explorer consolidation (isamplesorg#59):
- Renamed from "Progressive Globe" to "Interactive Explorer"
- Added search bar: search samples by label, results fly to location
- Search results show in side panel with source links
- Click a search result to fly to its coordinates
- Sidebar hidden for full-width explorer experience
- Preserved "How It Works" as collapsible callout
- All existing features intact (source filtering, zoom levels,
  sample cards, share URLs)

Note: Material and sampled-feature filtering requires denormalized
columns in the parquet files (tracked in pqg#20). Source filtering
already works via checkboxes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rdhyee rdhyee merged commit 853e7ac into isamplesorg:main Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate progressive globe + explorer into one Interactive Explorer page

1 participant