Behavioral Pattern & Motivation Insights
Log your actions to uncover patterns and understand your motivations.
Your insights will appear here. Go to 'Log Configuration' to add entries.
Log Your Behaviors
Your insights will appear here. Go to 'Log Configuration' to add entries.
`; return; } const insights = analyzeData(data); let dashboardHTML = `Key Insights
`;
for (const behavior in insights) {
const insight = insights[behavior];
dashboardHTML += `
`;
}
dashboardHTML += `
${behavior} (${insight.count} times)
Most Common Trigger:
${insight.mostCommonTrigger}
Most Common Outcome:
${insight.mostCommonOutcome}
Full Log
| Behavior | Trigger | Outcome |
|---|---|---|
| ${item.behavior} | ${item.trigger} | ${item.outcome} |
