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

Add a page that lists all of the user REPL #96

Closed
amoutonbrady opened this issue Apr 23, 2022 · 0 comments
Closed

Add a page that lists all of the user REPL #96

amoutonbrady opened this issue Apr 23, 2022 · 0 comments

Comments

@amoutonbrady
Copy link
Member

amoutonbrady commented Apr 23, 2022

Context

At the moment 100% of the shared playground are store in a Cloudflare KV store.
That means that every REPL that's being shared are anonymous.
The issue is that people can't get a list of all of their REPL.
Implementing the Solid account strategy would allow us and our users to bypass this limitation.

User Stories

  • As an authenticated user, when I load the playground, a modal with a list of all of my REPL is displayed, I can either pick one which loads the code or create a new one.

Functional rules

Given When Then
I'm on the playground - I have a modal with a list of all of my past saved REPLs
I'm on the modal with the REPLs I click on one of my REPL The code of this REPL is loaded into the playground
I'm on the modal with the REPLs I click on "Create a new REPL" A new REPL with the default template is loaded

Technical details

@milomg milomg moved this from To do to In progress in Adding account management to the playground Jul 11, 2022
milomg pushed a commit that referenced this issue Jul 12, 2022
Cleanup & Redesign, Add Login 
Fixes #95, #96, #97, #105
@milomg milomg closed this as completed Jul 12, 2022
Adding account management to the playground automation moved this from In progress to Done Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants