- Open Configuration modal (gear icon)
- Go to "Environment Config" tab
- Check "Enable email quality scoring" checkbox
- Click "Save & Reload"
- Open any email from the Dashboard
- Click "Save for later" (if in Save for later mode) OR "Summarize Email" (if in normal mode)
- Check browser console for:
Added 10 points to [sender] for [action] - Close the email modal
- Look for rank badge next to sender name in email list (should show #1 if first interaction)
- Open an email with links
- Click on any link (it will either save for later or generate summary depending on mode)
- Check browser console for:
Added 3 points to [sender] for [action] - Close the email modal
- Sender rank should update
- Open Configuration modal
- Go to "Email Scoring Dashboard" tab (Trophy icon)
- Should see leaderboard with senders and their scores
- Should see statistics showing total actions, senders, etc.
Open browser console and paste the contents of test-scoring.js to run automated tests.
- Email Summary/Save: +10 points (configurable)
- Link Open/Save: +3 points (configurable)
- Rank Badges: Color-coded by performance (yellow=top 10%, orange=top 25%, blue=top 50%, gray=lower 50%)
- Dashboard: Shows all-time and 90-day leaderboards
- Console Logs: Should show point additions when enabled
- Check if scoring is enabled in Environment Config
- Check browser console for error messages
- Verify you're interacting with emails (not just viewing them)
- Ensure scoring is enabled
- Try interacting with emails first to generate scores
- Close and reopen email modals to refresh ranks
- Check browser's localStorage isn't disabled
- Look for error messages in console
- Try clearing browser cache and retesting
Default settings:
- Email Summary/Save: 10 points
- Link Open/Save: 3 points
- Scoring: Enabled by default (new installations)
All settings are configurable in Environment Config tab.