hpi-swa-teaching / SqueakLanguageLearning

Squeak Language Learning
MIT License
1 stars 0 forks source link

[Feature]: Naviagtion between Pages #34

Closed wolfSarah closed 5 months ago

wolfSarah commented 6 months ago

As a User I want to be able to navigate back from a page to its previous layer.

e.g. When in a specific Lesson and clicking on "Back" the User is directed to the Subtopicpage with all its lessons.

AC:

naida93 commented 6 months ago

I would suggest create a controller class to handle all the navigation (of course, if we would decide to take on the suggestion to use model-view-controller pattern).