Commit graph

16 commits

Author SHA1 Message Date
bd16fefd08
Format and color JSON in all views 2026-01-07 21:06:50 +01:00
5e415ae1c8
Use function based views instead of class based views 2026-01-05 22:21:02 +01:00
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00
0400fed26a
Forces all from imports to appear on their own line 2025-11-29 21:49:44 +01:00
715cbf4bf0 Remove bloat 2025-10-13 02:07:33 +02:00
007b8f7ec6 Add section markers 2025-09-13 23:17:17 +02:00
fc52a94284 Add channel list and detail views 2025-09-08 22:41:48 +02:00
51ec52499f Implement full-text search functionality 2025-09-05 13:59:02 +02:00
63f95a73db Add RSS feed views 2025-09-04 23:06:44 +02:00
ebd3633356 Add grid and list views for games with improved templates and routing 2025-08-30 00:30:18 +02:00
bab2390109 Add debug view and import inventory JSON 2025-08-12 19:52:01 +02:00
2ff314ecc8 Improve HTML on profile and game details 2025-08-04 00:01:34 +02:00
4af2b02a01 Allow subscribe to orgs 2025-08-02 05:45:20 +02:00
fabc9d23f6 Add support for subscribing to games 2025-08-02 04:46:36 +02:00
c995c82dcb Add game list and detail views with templates for Twitch Drops Tracker 2025-07-10 03:09:27 +02:00
5c482c1729 feat: Add Twitch Drops Tracker application with campaign management
- Implemented models for DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge.
- Created views for listing and detailing drop campaigns.
- Added templates for dashboard, campaign list, and campaign detail.
- Developed management command to import drop campaigns from JSON files.
- Configured admin interface for managing campaigns and related models.
- Updated URL routing for the application.
- Enhanced README with installation instructions and project structure.
2025-07-09 22:46:23 +02:00