Sort schedules by creation date (newest first) in Shift Build view #97
Labels
No labels
agent:hermes
bug
chore
dependency
feature
status:blocked
status:in-progress
status:needs-info
status:needs-review
status:ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
owlburtoe/Shiftd#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
In the Shift Build → Schedules section, schedules are currently ordered with the oldest created schedule at the top and newest at the bottom. This forces users to scroll to find the most recently created schedule, which is typically the one they're actively working on.
Expected Behavior
Schedules should be sorted by creation date in descending order (newest first). The most recently created schedule appears at the top without requiring scrolling.
Acceptance Criteria
Notes
This is a simple ordering change; no data model or API contract changes needed
The change should be applied at the query/sort level, not in post-fetch filtering
The most common use case is the newest schedule being the actionable one
Hermes saw this issue and queued it for attention.
Labels detected:
agent:hermes+status:ready.Telegram notification sent by the Shiftd Hermes issue watchdog.
Next step: ask Hermes to
work issue #97when you want implementation to start.