-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
29 lines (20 loc) · 857 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This app will allow a user to add artists, albums, and songs to be stored
in a database for playback
3-1-2014
Max and Peder, I sent out an email yesterday, seems like Max your email
is either wrong on the contact list, or I made a mistake, but either way
it says invalid email address. Here is the link to the Trello I made to
help us:
https://trello.com/b/VRHrdYys/cloud-tunes
If that doesn't work here is a list of things I know we need to do, please
add to it when you come across something:
Done: Album addSong method
Done: Album addCover method
Done: Album insert method
Song needs to get artist ID sent to it from addSong form so the
redirect will be able to work
Work on Css
Accordion to display songs
3-3-2014
Need to be able to loop through array of Ids (such as ids in album.songs, or aratist.albumns) and return what
is needed.