Fix non-exhaustive status handling in Task Web badges

t-610·WorkTask·
·
·
Created2 days ago·Updated2 days ago

Dependencies

Description

Edit

Building Omni/Ava/Core.hs failed with -Werror=incomplete-patterns in Omni/Task/Web/Components.hs after adding Task Web to Ava web server routes. Cases for ReviewInProgress and Integrating were missing in status badge/rendering code.

Timeline (5)

🔄[human]Open → InProgress2 days ago
🔄[human]InProgress → Done2 days ago
🔄[human]Done → Review2 days ago
💬[human]2 days ago

Fixed in commit 735a0ea0 by adding missing ReviewInProgress and Integrating cases to status badge rendering/dropdown options in Omni/Task/Web/Components.hs. This unblocked bild Omni/Ava/Core.hs.