Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework previous button to handle cases where users accidently leave the annotation page #300

Open
Sean1572 opened this issue Aug 26, 2022 · 0 comments

Comments

@Sean1572
Copy link
Collaborator

Currently if the user leaves the annotation page, returning to the data page, they cannot return to the previous page they worked on, only the first since webpages only track the file they started on.

Instead we remove the code in the render function of data.js that resets the previous_link lists and instead let it persist on the browser. Then we will need to figure out a way to determine when users want to go back to their previous work or start a new work session. That way if the user wants to back into their work, they are able to do so in a logical manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant