amalieeh / assessment-support

TDT4501 Computer Science, Specialization Project (2021 FALL) with Sylvi Phuong Huynh @sylvihuynh. About Learning technology.
0 stars 0 forks source link

Make natural routing flow based on status in localstorage #66

Closed amalieeh closed 2 years ago

amalieeh commented 2 years ago

As a user, you want to be able to leave in the middle of assessing a task and come back later. You would then expect to continue where you left off. The same applies if you e.g. got to the approval page, but did not finish there. If you come back and continue, you expect to be lead to the approval page, and not to the assessment page.

This issue is to enable what is described above, and potentially other routing issues. Where you end up should be based on data in local storage.

image