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 button to save/share my REPL #97

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

Add a button to save/share my REPL #97

amoutonbrady opened this issue Apr 23, 2022 · 0 comments

Comments

@amoutonbrady
Copy link
Member

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'm done with my REPL, I can click on the save button which saves the REPL and copy the URL of this REPL in my clipboard.

Functional rules

Given When Then
I'm on the playground I click on the "Save" button I get a success message indicating me that my playground has been saved and that the URL has been copied to my clipboard

Technical details

We'll need to detect whether the REPL is a new one or an existing one.

@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