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

GHC'19: add persistence layer so users can log in and save progress #46

Closed
alodahl opened this issue Jan 8, 2019 · 2 comments · Fixed by #58
Closed

GHC'19: add persistence layer so users can log in and save progress #46

alodahl opened this issue Jan 8, 2019 · 2 comments · Fixed by #58
Labels
GraceHopperOSD Reserved for GHC Open Source Day!

Comments

@alodahl
Copy link
Collaborator

alodahl commented Jan 8, 2019

Use our dedicated trello board for related issues: https://trello.com/invite/b/n0K4702v/bea90647f14eae2be2a1ac54e124d566/techtonica-keyboard-app-persistance-layer

@alodahl alodahl changed the title add persistence layer so users can log in and save progress GHC'19: add persistence layer so users can log in and save progress Sep 23, 2019
@alodahl alodahl added the GraceHopperOSD Reserved for GHC Open Source Day! label Sep 23, 2019
@DuaneOBrien
Copy link

@alodahl I was chatting with someone at one of our Open Source Study halls, and I wanted to clarify this issue/requirement.

If the only reason for the persistence layer is to preserve user progress between sessions, switching from sessionStorage to localStorage as the mechanism for preserving progress would meet this requirement, with a couple of caveats.

  • progress would be only saved within the context of a given browser. So, switching browsers or computers would mean that the user is starting over;
  • clearing the browser cache would reset progress;

If this is sufficient for persisting progress, #55 should address the issue. If not, then could you say a little more about how you would like to save/persist progress?

@alodahl
Copy link
Collaborator Author

alodahl commented Sep 13, 2020

I moved all the issues to the GitHub Project board. https://github.com/Techtonica/keyboard-shortcuts-practice/projects/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraceHopperOSD Reserved for GHC Open Source Day!
Development

Successfully merging a pull request may close this issue.

2 participants