Goal
Allow users to log their losses so they can reflect on things that didn’t work out
Overview
Allow users to log errors and trials related to tasks to reflect on mistakes and insights.
User Interface
- New modal triggered from:
- Task view
- Reminders
- Negative emotion log
- Delayed tasks
- Modal contains:
- Radio buttons: Error | Trial
- Textbox for details
- Comment textarea
- Save button to log error/trial
Error vs Trial
- Error = Mistake, would change decision
- Trial = Good decision, poor outcome
- Comment prompts:
- Error: What was learned, would do differently
- Trial: What was the result, original decision, out of your control
Implementation
- New Error/Trial data model
- Display on task and in summaries
- Trigger modals based on rules
- Email reminders to reflect
Testing
- Validate logging errors and trials
- Check comment prompts match error vs trial