Commit graph

29 commits

Author SHA1 Message Date
Josh W
518887e82a No more redundant queries for profile. Cleanup. 2020-03-10 14:51:15 -04:00
Josh W
2fdcb38aa8 Change related names to something more helpful. 2020-03-10 14:50:53 -04:00
Josh W
7b103c6c71 Made requests ordering more logical for jingles. 2020-02-19 15:31:29 -05:00
Josh W
4e23507363 Refactor for inline reqs. Added inline favorites. 2020-02-19 15:30:47 -05:00
Josh W
ccddf6c8bf Added dynamic settings and removed my own attempt. 2020-02-15 21:12:30 -05:00
Josh W
11d6b102af Logic error with admin requests. 2020-02-15 13:34:12 -05:00
Josh W
5f3d507612 Staff requests shouldn't affect when to play next. 2020-02-14 15:34:04 -05:00
Josh W
e2ae6378bd Staff should not be bound by request limits. 2020-02-13 11:30:39 -05:00
Josh W
d4022bdb31 Add Game column to SongRequest admin page. 2020-02-08 00:07:58 -05:00
Josh W
81700335cf Allow new song requests from admin page. 2019-11-28 22:35:51 -05:00
Josh W
269e2e30a8 Faulty logic with queued queryset. 2019-11-23 23:56:16 -05:00
Josh W
427c06fb35 Redefine new_requests. 2019-11-23 22:31:11 -05:00
Josh W
8badc08818 Next requests are now based on queued, not played. 2019-11-23 19:42:29 -05:00
RecursiveGreen
b30003847d Better request display in the admin interface. 2019-07-03 11:57:25 -04:00
RecursiveGreen
6f76b7c611 ugettext is deprecated--use gettext instead. 2019-06-06 15:44:56 -04:00
Josh Washburne
b93b8751ec Implemented rating variance for song requests. 2019-01-15 15:29:14 -05:00
Josh Washburne
bf88b8cfdc Add check to song request to make sure song exists. 2018-09-24 13:28:36 -04:00
Josh Washburne
bb493548cb If a song request is queued, it's technically played. 2018-09-24 13:03:42 -04:00
Josh Washburne
6ce5b7ca65 Whitespace cleanup. 2018-04-06 12:21:50 -04:00
Josh Washburne
de74f17fb0 is_requestable wasn't checking already queued songs in SongRequest. 2018-03-30 17:21:40 -04:00
Josh Washburne
b342fbb116 Make date output less verbose. 2018-03-30 13:07:58 -04:00
Josh Washburne
f6e0365e6b RadioProfile now has song request functionality. 2018-03-30 12:53:41 -04:00
RecursiveGreen
7d4446c5b2 Add history funtions for song requests. 2018-03-29 22:58:06 -04:00
Josh Washburne
f8c49e18e5 When a song request is fulfilled, update song data. 2018-03-27 15:59:53 -04:00
Josh Washburne
f4ee7c5bd1 Create DJ profile manually as signals won't work in migration. 2018-01-19 12:19:45 -05:00
Josh Washburne
0607d26685 Add Profiles app to the admin page. 2018-01-19 12:19:13 -05:00
Josh Washburne
616b7308cf Change default ordering for SongRequest. 2018-01-19 12:18:50 -05:00
Josh Washburne
cf5cea2e52 Move signal to it's own file. 2018-01-19 11:26:14 -05:00
Josh Washburne
ee9977f9bc Initial Profiles app commit. 2018-01-18 12:45:00 -05:00