Commit graph

145 commits

Author SHA1 Message Date
Josh Washburne
80b3eb2031 Refactor rating functionality and move favoriting to Song API. 2018-04-09 15:04:39 -04:00
Josh Washburne
139ac8d892 Add song ratings functionality to API. 2018-04-09 12:11:15 -04:00
Josh Washburne
c186d2e997 Add average rating for Song model. 2018-04-09 12:10:26 -04:00
Josh Washburne
30ea69ac93 New permission to exclude DJ. 2018-04-09 12:08:23 -04:00
Josh Washburne
d3f13e470f Added favorites API functionality. 2018-04-06 12:24:13 -04:00
Josh Washburne
89d2616c65 Rename function to make endpoint flow nicer. 2018-04-06 12:23:23 -04:00
Josh Washburne
6ce5b7ca65 Whitespace cleanup. 2018-04-06 12:21:50 -04:00
Josh Washburne
c32c3ed214 Logic error in checking for DJ user. 2018-04-06 12:19:51 -04:00
Josh Washburne
068e9e05a8 Add Song Request History functionality to the API. 2018-04-05 16:23:01 -04:00
Josh Washburne
a94b75a663 Rearrange Song Serializers to clean up code. 2018-04-05 16:22:15 -04:00
Josh Washburne
62a4b8db40 Adding Profile API functionality. 2018-04-05 10:59:30 -04:00
Josh Washburne
81c948783b Retrieve Album and Game information from Song serializer. 2018-04-05 10:58:27 -04:00
Josh Washburne
253ee3ddd2 SongCreateSerializer no longer needed. 2018-04-04 11:04:50 -04:00
Josh Washburne
6dd4fa72ec Add/Remove artists for song objects in the API. Code cleanup. 2018-04-03 16:24:54 -04:00
Josh Washburne
5bcf6c72d9 Don't include the DJ for create/modify permissions. 2018-04-03 16:23:48 -04:00
Josh Washburne
1d6a2662c3 Deal with optional trailing slashes. 2018-04-03 16:23:17 -04:00
Josh Washburne
d785fae875 Remove temporary debuging code. 2018-04-03 09:30:30 -04:00
Josh Washburne
aaad64dc39 Different serializers for different actions. 2018-04-02 16:54:53 -04:00
Josh Washburne
ddbcf5c96f Removed unnecessary import. 2018-04-02 16:51:48 -04:00
Josh Washburne
f24d1dacbc Allow no artists to be attached at song creation in API. 2018-04-02 16:51:24 -04:00
RecursiveGreen
76493de8c8 Switching to MIT license--GPL'd libraries will be in separate project. 2018-03-31 12:37:04 -04:00
Josh Washburne
22f3aeb693 Add making song requests from the API. 2018-03-30 17:22:18 -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
Josh Washburne
b599aa5d1e Only pass queued_at to be updated. 2018-03-30 12:52:19 -04:00
Josh Washburne
733163f7ba Requestability forgot to check that it was enabled and published. 2018-03-30 12:46:21 -04:00
Josh Washburne
12bce62773 Fix check for next request date in case last_played is NULL. 2018-03-30 12:35:02 -04:00
Josh Washburne
09ecf2a0ca Implement song/jingle boolean checks. 2018-03-30 11:06:45 -04:00
RecursiveGreen
aa90232897 Add ability to get song requests and inform when song is played. 2018-03-29 22:59:51 -04:00
RecursiveGreen
339a74a453 Fix disable signal by checking for empty 'update_fields'. 2018-03-29 22:58:59 -04:00
RecursiveGreen
7d4446c5b2 Add history funtions for song requests. 2018-03-29 22:58:06 -04:00
Josh Washburne
311f744d62 Enabling/Disabling will now affect other objects. 2018-03-29 16:22:15 -04:00
Josh Washburne
3b55456a78 Add RadioManager to remaining Radio models. 2018-03-29 12:14:24 -04:00
Josh Washburne
b927bd5bc0 Move common behaviors and querysets to Core. 2018-03-29 12:13:38 -04:00
RecursiveGreen
3b62bc7b03 Enable token authentication. 2018-03-28 21:12:28 -04:00
Josh Washburne
862bf63d6e Add custom permissions and apply them to radio API views. 2018-03-28 16:56:53 -04:00
Josh Washburne
abe64f3a7d Add rudimentary API functionality. 2018-03-28 16:12:55 -04:00
Josh Washburne
0fb7f148bb Add functions to grab random songs/jingles. 2018-03-28 14:43:03 -04:00
Josh Washburne
4138015054 Add requestable functionality. Code cleanup. 2018-03-28 12:42:28 -04:00
Josh Washburne
def413a74f Code cleanup. 2018-03-28 12:41:11 -04:00
Josh Washburne
850b3a5211 Functions in utils.py relocated. File no longer necessary. 2018-03-28 12:40:17 -04:00
Josh Washburne
f8c49e18e5 When a song request is fulfilled, update song data. 2018-03-27 15:59:53 -04:00
Josh Washburne
f9d24de34c Code cleanup. 2018-03-27 15:58:26 -04:00
Josh Washburne
5a48b68b2f Allow for newer versions of requirements. 2018-03-27 15:58:12 -04:00
Josh Washburne
4a688bade0 Function renaming and move into Song manager. 2018-03-27 12:05:44 -04:00
Josh Washburne
17a85b2197 Add calculating waittimes for playing/requesting songs. 2018-03-26 15:35:31 -04:00
Josh Washburne
2704afaba3 Add pretty time display function. 2018-03-26 15:28:38 -04:00
Josh Washburne
d8ed766696 PEP8 cleanup. 2018-01-19 12:19:59 -05:00
Josh Washburne
f4ee7c5bd1 Create DJ profile manually as signals won't work in migration. 2018-01-19 12:19:45 -05:00