Skip to content

Wireframes

Andres Alfaro edited this page Sep 17, 2017 · 1 revision

Wireframes

Splash Screen

  • /

splash-screen

Login Form

  • /login

login-form

Sign Up Form

  • /signup

signup-form


Main Layout

main-screen


Playlists

Initial screen, playlist display

  • /collection/playlists - homepage, collection of user playlists.

collection-playlists

New Playlist

  • After clicking on New Playlist button.

new-playlist

Show Playlist

  • /user/:userID/playlists/playlist/:playlistID - show a specific playlist after clicking on the playlist name.

show-playlist

Update Playlist name

  • /playlist/:playlistID/edit - edit a playlist.

update-playlist-name

Update Playlist songs

update-playlist-song

Add song to playlist

add-playlist-song


Search

Search Form and results for playlists.

  • /search/ - search for a specific playlist.

search-playlist

Search Form and results for songs.

  • /search/ - search for a specific playlist.

search-song

Search Form and results for songs.

  • /search/ - search for a specific user.

search-user


User Profile

Current user profile playlists section

  • /users/:userId/ - user profile by clicking on the current user link in the nav bar.

user-profile-playlist

Current user profile friends section

  • /users/:userId/friends - user profile by clicking on the current user link in the nav bar.

user-profile-friends

Other user profile friends section

  • /users/:userId - Follow buttons now appear.

other-user-profile