Create buyer-prep and money-saving pillar content (or de-emphasize empty pillars) #14

Closed
opened 2026-06-09 18:32:45 +00:00 by glow · 3 comments
Owner

Two of five pillars have zero articles:

  • buyer-prep ("Just bought a house?")
  • money-saving

On the homepage, these show as cards with "0 articles" — which undermines confidence. Visitors clicking through see "No articles published in this pillar yet."

Options:

  1. Write initial articles for both pillars (even 1-2 each)
  2. Hide or de-emphasize empty pillars from the homepage grid until content exists
  3. Add a "Coming soon" message instead of empty state

Given the site has 13 articles (10 in repairs alone), adding buyer-prep content is especially important for the site's stated audience of first-time homeowners.

Two of five pillars have zero articles: - **buyer-prep** ("Just bought a house?") - **money-saving** On the homepage, these show as cards with "0 articles" — which undermines confidence. Visitors clicking through see "No articles published in this pillar yet." Options: 1. Write initial articles for both pillars (even 1-2 each) 2. Hide or de-emphasize empty pillars from the homepage grid until content exists 3. Add a "Coming soon" message instead of empty state Given the site has 13 articles (10 in repairs alone), adding buyer-prep content is especially important for the site's stated audience of first-time homeowners.
glow closed this issue 2026-06-09 19:28:31 +00:00
Author
Owner

Fixed in 75ae900 — empty pillars are now filtered out of the homepage grid. Only pillars with ≥1 article render as cards. Buyer-prep and money-saving will reappear automatically when content is added.

Closes #14

Fixed in 75ae900 — empty pillars are now filtered out of the homepage grid. Only pillars with ≥1 article render as cards. Buyer-prep and money-saving will reappear automatically when content is added. Closes #14
Author
Owner

Reopening — implementing option 2+3: show all pillars, show Coming Soon for empty ones

Reopening — implementing option 2+3: show all pillars, show Coming Soon for empty ones
Author
Owner

Implemented option 2+3 in commit 83da3ea:

index.tsx — Removed .filter() that hid empty pillars. All 5 pillars now always show in the grid. Pillars with 0 articles display an accent-colored Coming Soon badge instead of 0 article count. Cards remain clickable (pillar index page already handles empty state gracefully: "No articles published in this pillar yet. Check back soon.")

  • repairs → 10 articles
  • buyer-prep → Coming Soon
  • rooms → 2 articles
  • pro-vs-diy → 1 article
  • money-saving → Coming Soon
Implemented option 2+3 in commit 83da3ea: **index.tsx** — Removed `.filter()` that hid empty pillars. All 5 pillars now always show in the grid. Pillars with 0 articles display an accent-colored **Coming Soon** badge instead of 0 article count. Cards remain clickable (pillar index page already handles empty state gracefully: "No articles published in this pillar yet. Check back soon.") - `repairs` → 10 articles - `buyer-prep` → Coming Soon - `rooms` → 2 articles - `pro-vs-diy` → 1 article - `money-saving` → Coming Soon
Sign in to join this conversation.
No labels
bug
feature
improvement
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
glow/first-home-diy#14
No description provided.