Commit graph

32 commits

Author SHA1 Message Date
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
4627d1cea0
Add /discord/ feed
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-14 02:50:40 +01:00
6c22559fb5
Add support for Atom feeds 2026-03-10 07:51:55 +01:00
6b936f4cf7
Remove /rss/organizations/<org_id>/campaigns/ 2026-03-09 05:56:57 +01:00
1118c03c1b
Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
05eb0d92e3
Refactor HTML 2026-02-11 03:14:04 +01:00
a12b34a665
Implement dataset functionality with views, URLs, and management command 2026-02-10 16:47:54 +01:00
e968f5cdea
Add Silk middleware and related settings for performance monitoring
- Introduced SILK_ENABLED setting to toggle Silk middleware.
- Updated ALLOWED_HOSTS to include "testserver" when not in DEBUG mode.
- Modified urlpatterns to conditionally include Silk URLs.
- Added django-silk dependency to pyproject.toml.
- Enhanced feed queries to optimize performance and reduce N+1 issues.
- Updated tests to verify query limits for various feeds.
2026-02-09 20:02:19 +01:00
2f9c5a9328
Enhance RSS feed documentation with example XML and filtered feeds 2026-02-09 17:27:13 +01:00
de7a7d5d0e
Test all urls 2026-02-01 23:08:48 +01:00
22b95c7d2b
Add comments; and add /v1/ rss feeds 2026-01-29 02:08:36 +01:00
6842581656
Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
1a71809460
Add Reward Campaigns 2026-01-14 22:29:15 +01:00
4f254f7cba
Remove operation_name filter from DropCampaign queries 2026-01-11 20:54:39 +01:00
b8df95e317
Add /emotes/ 2026-01-10 23:15:09 +01:00
6a62eaa885
Add RSS feed links in templates 2026-01-08 00:35:55 +01:00
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