-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Category names and URL patterns are hardcoded throughout categorizeUrl() and other functions.
Current Behavior
Magic strings scattered throughout code:
- Category names: "Social Media", "Shopping", "News", etc.
- URL patterns for categorization
- Group name formats
Expected Behavior
Extract to named constants in a configuration module for easier maintenance and consistency.
Priority
Low
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog