Skip to content

feat: Fibonacci story points picker - #7

Merged
Gardner-Programs merged 1 commit into
masterfrom
feature/fibonacci-story-points
May 15, 2026
Merged

feat: Fibonacci story points picker#7
Gardner-Programs merged 1 commit into
masterfrom
feature/fibonacci-story-points

Conversation

@Gardner-Programs

Copy link
Copy Markdown
Owner

Summary

  • Replaces the free-text number input for story points with a 7-button segmented picker: 1 · 2 · 3 · 5 · 8 · 13 · 21
  • Clicking the currently selected value deselects it (resets to 0 / unestimated)
  • FIBONACCI_POINTS exported from constants.ts as the single source of truth
  • AI sprint and project planner prompts updated to only emit valid Fibonacci values

Test plan

  • Open any work item — Points row shows 7 buttons instead of a number input
  • Click a value — it highlights blue
  • Click the same value again — it deselects (unestimated)
  • Save and reopen — selected point value persists
  • AI-generated items have story points from the Fibonacci set only

🤖 Generated with Claude Code

Replaces free-text number input with a segmented button picker showing
the Fibonacci sequence (1 2 3 5 8 13 21). Clicking the active value
deselects it (back to 0/unestimated). AI sprint and project planner
prompts updated to only emit valid Fibonacci values.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented May 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plan-it Ready Ready Preview, Comment May 15, 2026 4:00pm

@Gardner-Programs
Gardner-Programs merged commit 2ae6221 into master May 15, 2026
3 checks 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.

1 participant