Skip to content

Add the ability to sort tasks by their deadline date #2

@nikohoffren

Description

@nikohoffren

Description

Add the ability to sort tasks by their deadline date.

Tasks

  • Add sort option to list command
  • Implement deadline-based sorting in SQL query

Details

  • Add new parameter to list command in cli.py
  • Use SQLite's ORDER BY with NULLS LAST for tasks without deadlines
  • Example: ORDER BY deadline NULLS LAST

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions