Rate/review modal after using a step #19

Closed
opened 2026-02-03 04:41:42 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:41:42 +00:00 (Migrated from github.com)

Prompt users to rate steps after using them:

  • After session completion, show steps used from library
  • Rating modal with 1-5 stars
  • Optional written review (max 500 chars)
  • "Was this helpful?" quick vote
  • Mark rating as "Verified Use"

Reference: PHASE-2.5-PERSONAL-BRANCHING.md

Prompt users to rate steps after using them: - [ ] After session completion, show steps used from library - [ ] Rating modal with 1-5 stars - [ ] Optional written review (max 500 chars) - [ ] "Was this helpful?" quick vote - [ ] Mark rating as "Verified Use" Reference: PHASE-2.5-PERSONAL-BRANCHING.md
chihlasm commented 2026-02-08 04:07:41 +00:00 (Migrated from github.com)

Implemented post-session rating modal for library steps. Auto-shows after session completion with 1-second delay, includes 1-5 star rating, thumbs up/down helpful vote, and optional review text (500 char limit). Uses localStorage to prevent repeat prompts for same session. Includes reusable StarRating component. Completed in commit 996b664.

✅ Implemented post-session rating modal for library steps. Auto-shows after session completion with 1-second delay, includes 1-5 star rating, thumbs up/down helpful vote, and optional review text (500 char limit). Uses localStorage to prevent repeat prompts for same session. Includes reusable StarRating component. Completed in commit 996b664.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#19