Skip to content

feat(issues): add updated date sorting#5542

Open
chengweiv5 wants to merge 1 commit into
multica-ai:mainfrom
chengweiv5:codex/issue-updated-sort
Open

feat(issues): add updated date sorting#5542
chengweiv5 wants to merge 1 commit into
multica-ai:mainfrom
chengweiv5:codex/issue-updated-sort

Conversation

@chengweiv5

Copy link
Copy Markdown

Summary

  • add updated-date sorting to issue display settings and localized labels
  • support updated_at sorting in flat and grouped issue APIs
  • expose the same option through the CLI and document it
  • cover local, server, and CLI sorting behavior with tests

Testing

  • go test ./internal/handler -run '^TestIssueListsSortByUpdatedAt$'
  • go test ./cmd/multica -run 'TestRunIssueList(SendsSortAndDirection|RejectsInvalidSortAndDirection|RejectsDirectionWithoutDirectionalSort)$'
  • pnpm exec vitest run packages/views/issues/utils/sort.test.ts
  • pnpm typecheck
  • git diff --check

Co-authored-by: multica-agent <github@multica.ai>
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the IndexLabs Team on Vercel.

A member of the Team first needs to authorize it.

@chengweiv5

Copy link
Copy Markdown
Author

Implemented updated-date sorting across the issue display controls, flat/grouped API paths, and CLI. Added localized labels plus regression coverage for ascending/descending local sorting, server ordering, and CLI query validation. The targeted Go tests, Vitest suite, and full TypeScript typecheck all pass.

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