Commit graph

42 commits

Author SHA1 Message Date
9ce324fd2d
Implement Chzzk campaign management features, including models, views, and templates
Some checks failed
Deploy to Server / deploy (push) Failing after 9s
2026-04-01 04:04:58 +02:00
d99579ed2b
Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
2026-03-21 19:12:47 +01:00
79fb9b09c1
Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
2026-03-19 19:39:27 +01:00
05c68a42e9
Add Twitch dashboard to nav bar
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-16 23:19:47 +01:00
60c9ccf01a
Add dashboard for all the different sites 2026-03-16 21:54:31 +01:00
5bdee66207
Add YouTube 2026-03-16 21:27:11 +01:00
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
d762081bd5
Add support for Kick
All checks were successful
Deploy to Server / deploy (push) Successful in 10s
2026-03-15 04:19:03 +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
f3bb95cc4f
Add footer
All checks were successful
Deploy to Server / deploy (push) Successful in 11s
2026-03-13 03:08:06 +01:00
6c22559fb5
Add support for Atom feeds 2026-03-10 07:51:55 +01:00
f36ee64d37
Add TikTok and Discord links to navigation in base template 2026-02-12 05:41:02 +01:00
77af24e983
Add Inventory link to navigation in base template 2026-02-12 05:40:06 +01:00
bbeed5c9f0
Improve SEO 2026-02-11 22:15:14 +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
6842581656
Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
282f728870
Fix form action syntax in base.html 2026-01-15 03:04:15 +01:00
1a71809460
Add Reward Campaigns 2026-01-14 22:29:15 +01:00
b8df95e317
Add /emotes/ 2026-01-10 23:15:09 +01:00
033c13e931
Add Docker support; add favicon 2026-01-09 20:28:28 +01:00
b2eef830d8
Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
715cbf4bf0 Remove bloat 2025-10-13 02:07:33 +02:00
fc52a94284 Add channel list and detail views 2025-09-08 22:41:48 +02:00
ecf3511fcf Show the drop benefits under game details 2025-09-08 00:55:12 +02:00
8f438aca2d Add ids to tags; use pygments to color JSON 2025-09-07 22:31:31 +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
bab2390109 Add debug view and import inventory JSON 2025-08-12 19:52:01 +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
c447abc6fe Make HTML more simple 2025-08-02 04:03:28 +02:00
48f5730bbb Prefetch and prerender all the sites 2025-08-01 00:35:29 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +02:00
c25236bc07 Refactor profile and base templates for improved clarity and consistency 2025-07-21 15:38:52 +02:00
faddc4c9b0 Implement user authentication system with custom user model, views, and templates
- Created custom User model extending Django's AbstractUser.
- Added user registration, login, and profile views with corresponding templates.
- Implemented user authentication functionality and integrated Bootstrap for styling.
- Updated project settings to use the new accounts app and user model.
- Added tests for user model and admin functionality.
2025-07-21 02:57:44 +02:00
08da2cf7da Remove hover effects from campaign cards for a cleaner design 2025-07-10 05:04:13 +02:00
3354814260 Update dashboard and base templates for improved layout and styling consistency 2025-07-10 04:39:51 +02:00
b8a1cc4ff4 Refactor HTML and Python code for improved readability and consistency 2025-07-10 04:31:57 +02:00
250aaac2a0 Enhance game list view to group games by organization and improve performance with optimized queries 2025-07-10 04:31:28 +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