Add decision/research item type with options list#5
Conversation
🤖 Claude AI Code Review
🟢 Raw HTML
The raw HTML is minor and functional; everything else looks correct — migration is clean, no async violations, proper 📊 Tokens: 4202 input + 242 output | 💰 Cost: ~$0.0812 |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
# Conflicts: # Migrations/CheapTasksDbContextModelSnapshot.cs
🤖 Claude AI Code Review
🔴 Empty migration will not add the new columns: The 🟢 Raw HTML
📊 Tokens: 4080 input + 328 output | 💰 Cost: ~$0.0858 |
🤖 Claude AI Code Review
🟢 Raw HTML
The raw HTML for the bulleted list is a minor rule violation but understandable for a compact inline caption style where 📊 Tokens: 4239 input + 281 output | 💰 Cost: ~$0.0847 |
Adds a
TaskKindenum (Todo/Decision) and anOptionsfield. EditTaskDialog gets a switch to convert a row into a decision; when active the title relabels to "Question" and an Options textarea appears (one option per line). The list view renders decisions with a help icon prefix and the options as a small bulleted caption beneath the question. Resolving a decision still uses the existing checkbox/Done flag. Includes migration.