Internal
Public Access
Previously priority sorting was alphabetical (high < low < medium < urgent) instead of by importance. Now uses Django Case/When to map priority strings to numeric values: urgent=4, high=3, medium=2, low=1. Fixes both queryset sorting and list sorting for overdue filter. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>