mastodon-collector/app
Pieter c7844ec502 Fix analysis data loading and template compatibility
- Add template compatibility fields to flagged items (item_id, item_type, source_type, text)
- Fix trend data field names (flagged_posts, flagged_mentions instead of flagged_statuses)
- Change trend sort order to ASC for chronological display
- Ensure API endpoint field mapping matches template expectations

Fixes:
- Internal server error on /analysis/flagged
- Empty trend graph (data now loads correctly)
- Hover tooltips now show correct flagged counts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-31 09:02:43 +02:00
..
analyzer Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00
templates Improve analysis dashboard UI 2026-03-31 08:59:32 +02:00
__init__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
__main__.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
analysis_helpers.py Fix analysis data loading and template compatibility 2026-03-31 09:02:43 +02:00
collector.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
db.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
mastodon_api.py Initial commit: Mastodon collector application 2026-02-09 08:05:54 +01:00
web.py Complete toxicity analysis system setup and testing 2026-03-30 15:39:36 +02:00