-
Notifications
You must be signed in to change notification settings - Fork 228
fix(tasks): show all task statuses and sort alphabetically #1743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add failed and not_relevant statuses to task list display - Update StatusId type to include all task statuses - Add filter buttons for failed and not_relevant statuses - Sort tasks alphabetically by title (A-Z) instead of by order field
🔒 Comp AI - Security Review🟡 Risk Level: MEDIUMOSV: GHSA-rwvc-j5jr-mgvh in ai@5.0.0; code shows unvalidated client task id/status (TaskList.tsx) and page queries returning full user objects with weak status validation and unbounded findMany (page.tsx). 📦 Dependency Vulnerabilities🟢 NPM Packages (LOW)Risk Score: 2/10 | Summary: 1 low CVE found
🛡️ Code Security AnalysisView 2 file(s) with issues🟡 apps/app/src/app/(app)/[orgId]/tasks/components/TaskList.tsx (MEDIUM Risk)
Recommendations:
🟡 apps/app/src/app/(app)/[orgId]/tasks/page.tsx (MEDIUM Risk)
Recommendations:
💡 RecommendationsView 3 recommendation(s)
Powered by Comp AI - AI that handles compliance for you. Reviewed Nov 13, 2025 |
## [1.57.1](v1.57.0...v1.57.1) (2025-11-13) ### Bug Fixes * **tasks:** show all task statuses and sort alphabetically ([#1743](#1743)) ([413b14c](413b14c))
|
🎉 This PR is included in version 1.57.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What does this PR do?
Visual Demo (For contributors especially)
A visual demonstration is strongly recommended, for both the original and new change (video / image - any one).
Video Demo (if applicable):
Image Demo (if applicable):
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist