UAT: Tracking Commands Testing #39

Open
opened 2026-04-04 04:27:56 +02:00 by shoko · 0 comments
Owner

Objective

Validate all tracking-related commands work correctly for real user workflows.

Scope

Phase B testing - tracking features only. Can run in parallel with Phase A.

Test Commands

/track

  • Track a bounty in group chat
  • Try to track in DM (should fail - tracking is group-only)
  • Track a bounty that doesn't exist (should error)

/my

  • View tracked bounties (empty state)
  • View tracked bounties (with items)
  • Verify displayed info is correct (bounty details, due date)

/untrack

  • Stop tracking a bounty you are tracking
  • Try to untrack a bounty you are not tracking (should fail)
  • Try to untrack a bounty that doesn't exist (should error)

Due Date Notifications

  • Receive notification when tracked bounty is due
  • Notification content is clear and actionable

Expected Behavior

  • /track only works in groups, not DMs
  • /my shows all bounties the user is tracking
  • Notifications are sent at appropriate times
  • All error messages are clear and helpful

Notes

Report issues with: command, scenario, expected behavior, actual behavior

## Objective Validate all tracking-related commands work correctly for real user workflows. ## Scope Phase B testing - tracking features only. Can run in parallel with Phase A. ## Test Commands ### /track - [ ] Track a bounty in group chat - [ ] Try to track in DM (should fail - tracking is group-only) - [ ] Track a bounty that doesn't exist (should error) ### /my - [ ] View tracked bounties (empty state) - [ ] View tracked bounties (with items) - [ ] Verify displayed info is correct (bounty details, due date) ### /untrack - [ ] Stop tracking a bounty you are tracking - [ ] Try to untrack a bounty you are not tracking (should fail) - [ ] Try to untrack a bounty that doesn't exist (should error) ### Due Date Notifications - [ ] Receive notification when tracked bounty is due - [ ] Notification content is clear and actionable ## Expected Behavior - /track only works in groups, not DMs - /my shows all bounties the user is tracking - Notifications are sent at appropriate times - All error messages are clear and helpful ## Notes Report issues with: command, scenario, expected behavior, actual behavior
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#39