ISN-Zurich / ISN-Learning-Cards

ISN Mobile Application to run Learning Cards for Courses on an Ilias LMS
6 stars 6 forks source link

refactoring of the transitions #218

Closed evangelia-mitsopoulou closed 11 years ago

evangelia-mitsopoulou commented 11 years ago

Current Behavior: the transitions between views are handled in the controller

Desired Behavior:the transition between the transitions should be handled in the models

HINTS: only a few of the views are dependent on the authentication area, so these ones will keep making use of the transitionToAuthArea function. The rest will be done on their views the sanity check . The sanity check will make use of the "sanity function" that will be created in the models.