
General questions
************************
	
1) what if scene is popped while buyingRow is set?
2) before clearing buyingRow in common, check if the popped scene owns current buyingRow.
3) add music player launching for completed songs? Given song or playlist or dir?

	
UI integration questions
**************************

1) styling popup list - clicking on the button should also popup the list
2) styling text field?
3) styling bottom menu bar?
4) what do songs look like on the search results page? There are only albums and artist at the moment
5) we should style: <div style="display:none">No search results in Artists</div>
	which is shown when there are no search results within certain category: artist, album or songs.
6) search results - "see all results..." needs to be styled separately as a separate div, it can't be a part of the 
list containing search results in artist etc... Button should contain the number of total results in that category 
as in "see all 100 artists" because the total number at the top shows the total off all categories artist+albums+songs. 
So that clicking on "see all..." user will know how many results to expect.

7) search results - album list: where is the author text? Or we really show only the album name?
where is the rating image?
8) search results - album list doesn't look right after applying the styles
9) album view - rating images: can it just be one image? I need to assign 5 different image properties.
whatever we decide it to be it always need to be the same thing for ALL albums. 
10) background for playing songs (same as download?)
11) purchase flow? What happens with the buy button?

12) top 100 is one scene, that is there is only one list on that scene.
List styling should be the same and individual styling applied to list elements depending on which top 100 we are currently showing
songs, albums or artists.  
13) artist's albums, songs and bio are all part of the same scene. The should be styled as belonging to the same scene.
14) Top 100 albums - I think that index and album cover are running out of the window as I don't see them.
 

	

	