Subreddits and Flairs — Selection & AI Analysis

Select subreddits to scrape and manage flair-level inclusion for scraping and AI analysis.

Subreddit selection

  • Toggle subreddits.{name}.selected = true/false
  • The UI lists each subreddit with selected flair counts and quick actions

Flair controls

Each flair under a subreddit has two independent booleans:

  • selected: included in scraping
  • analysis: included in AI processing

The system uses dot-path updates to avoid overwriting neighboring data.

Examples

subreddits.technology.selected = true
subreddits.technology.flairs.Discussion.selected = true
subreddits.technology.flairs.Discussion.analysis = false
  • Configure flairs via the subreddit settings modal
  • Configure AI analysis flairs via the AI flair modal
  • The UI extracts open-modal checkbox states into form data before diffing

Immediate feedback

When subreddit selections change, the AI configuration panel updates to reflect current selections for quick validation.

Troubleshooting

  • If changes don’t persist, confirm you are authenticated
  • Ensure online status; offline saves are rejected by design
  • Check console logs for field paths being updated