bashovski / canzona

Play, browse and explore World's music in one place - built using MERN stack.
0 stars 0 forks source link

Side Navigation #12

Open bashovski opened 4 years ago

bashovski commented 4 years ago

Implement a side navigation for web player. It should contain a section with cta icons and user's avatar for modifying user's settings, biography, status and more. Therefore, we are planning to implement something close to a social network, but based on music.

Hierarchically, the list of items ordered by importance are:

Home (of WebPlayer) Playlist Trending Radio

It is also important to apostrophize that the default home/landing page will be only displayed if and only if the user isn't logged in. In case the user is logged in, the default page is going to be the one with WebPlayer.

bashovski commented 4 years ago

The prototype is done. The search icon should be added since there is no place for it on the top of the window. The search component will later on pop up as a modal with strongly darkened background to keep the user's focus on the search component.

After that is done, next feature to be implemented is a inter-component link between SideNavigation and other components mounted by the Web player.