open-learning-exchange / planet

🌍 Planet Learning - Angular application
https://hub.docker.com/r/treehouses/planet
GNU Affero General Public License v3.0
59 stars 38 forks source link

back button of myLife component of Dashboard redirects to Community page #5865

Closed singharpita closed 4 years ago

singharpita commented 4 years ago

is this the correct behaviour? or it should redirect to myDashboard page?

paulbert commented 4 years ago

All of the myLife components' back buttons lead to the Community page, which is not ideal.

Let's make all of the components in myLife child routes of myDashboard so we can just have the back button go up one level in the routing tree. That way if we change application structure again it will be easier to maintain this routing structure.