/my command missing sort and limit like /bounty #94

Closed
opened 2026-04-09 16:07:44 +02:00 by shoko · 0 comments
Owner

Description

The /my command should have the same sorting and limit functionality as /bounty for consistency.

Current Behavior

    • sorts by due date (urgent first), limits to 5 by default
    • no sorting, no limit, shows all bounties

Expected Behavior

/my's output should be consistent with /bounty:

  1. Sorting: Sort by due date (urgent first), bounties without due date at the end
  2. Limit: Default limit of 5, with "Showing X of Y" message when limited

Acceptance Criteria

  • Add same sort_key logic as /bounty to /my
  • Add same limit logic as /bounty to /my
  • Show "Showing X of Y" message when results are limited
  • Add tests for the new behavior

This is a consistency fix - /bounty already implements this correctly.

## Description The /my command should have the same sorting and limit functionality as /bounty for consistency. ## Current Behavior - - sorts by due date (urgent first), limits to 5 by default - - no sorting, no limit, shows all bounties ## Expected Behavior /my's output should be consistent with /bounty: 1. **Sorting**: Sort by due date (urgent first), bounties without due date at the end 2. **Limit**: Default limit of 5, with "Showing X of Y" message when limited ## Acceptance Criteria - [ ] Add same sort_key logic as /bounty to /my - [ ] Add same limit logic as /bounty to /my - [ ] Show "Showing X of Y" message when results are limited - [ ] Add tests for the new behavior ## Related This is a consistency fix - /bounty already implements this correctly.
shoko closed this issue 2026-04-09 16:20:19 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jigaido#94