Add TODO to keep track of things.

This commit is contained in:
RecursiveGreen 2018-01-12 22:36:12 -05:00
parent 65fb7d9f15
commit 497ce3f381

35
TODO.md Normal file
View file

@ -0,0 +1,35 @@
# Core
## Models
- [x] RadioUser
- [x] Setting
## Views
- [ ] Main page
# Profiles
## Models
- [ ] RadioProfile
- [ ] Avatar
- [ ] Rating
- [ ] RadioRequest
# Radio
## General
- [ ] Admin actions for Song need some serious DRY cleaning.
## 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