Add TODO to keep track of things.
This commit is contained in:
parent
65fb7d9f15
commit
497ce3f381
1 changed files with 35 additions and 0 deletions
35
TODO.md
Normal file
35
TODO.md
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue