889 B
889 B
id, title, status, assignee, created_date, updated_date, labels, dependencies
| id | title | status | assignee | created_date | updated_date | labels | dependencies |
|---|---|---|---|---|---|---|---|
| task-93 | Fix incorrectly detected post titles | To Do | 2025-08-20 06:40 | 2025-08-20 06:40 |
Description
Posts like fa@9293512 are getting incorrectly detected titles such as 'Administrator notice: Fur Affinity will be switching...' instead of the actual post content title. The title detection algorithm needs to be improved to correctly identify and extract post titles from the scraped content.
Acceptance Criteria
- #1 Investigate current title detection logic
- #2 Identify root cause of incorrect title detection for posts like fa@9293512
- #3 Implement improved title detection algorithm
- #4 Verify that posts like fa@9293512 now have correct titles
- #5 Run tests to ensure no regression in title detection for other posts