spradio-server-django/TODO.md

36 lines
522 B
Markdown
Raw Normal View History

2018-01-13 03:36:12 +00:00
# Core
## Models
- [x] RadioUser
- [x] Setting
## Views
- [ ] Main page
# Profiles
## Models
- [ ] RadioProfile
- [ ] Avatar
- [ ] Rating
- [ ] RadioRequest
# Radio
## General
2018-01-13 05:39:13 +00:00
- [x] Admin actions for Song need some serious DRY cleaning.
2018-01-13 03:36:12 +00:00
## Functionality
- [x] Import old radio database
- [ ] Import new songs
- [x] Admin actions for artist add/remove on Song
- [ ] Admin actions for album add/remove on Song
- [ ] Admin actions for game add/remove on Song
## Models
- [x] Artist
- [x] Album
- [x] Game
- [x] Song