Update task task-84

This commit is contained in:
Dylan Knutson
2025-08-13 08:23:44 +00:00
parent c78dd401c7
commit 9a113fe2be

View File

@@ -4,6 +4,7 @@ title: Add hashtag following to Bluesky monitor
status: To Do
assignee: []
created_date: '2025-08-13'
updated_date: '2025-08-13'
labels: []
dependencies: []
---
@@ -19,3 +20,7 @@ Extend the Bluesky monitor to track and collect posts containing specific hashta
- [ ] Posts with tracked hashtags are collected and stored
- [ ] Hashtag tracking works alongside existing user monitoring
- [ ] Performance impact is minimal
## Implementation Plan
1. Create Bluesky::MonitoredHashtag model and table for storing tracked hashtags\n2. Extend Bluesky monitor to listen for posts containing tracked hashtags\n3. Add admin interface for managing tracked hashtags\n4. Implement hashtag extraction and matching logic\n5. Add database indexes for efficient hashtag queries\n6. Update monitor to process hashtag-based posts alongside user-based posts