CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

login_complete needs to update to update all tab view states (APP BREAKING BUG) #19

Open skrukwa opened 11 months ago

skrukwa commented 11 months ago

when a user logs in, the login_complete use case needs to update all the tab state views with the users playlists, followed friends, and follower artists.

the login_complete presenter needs all of the tab view models passed in to do this.