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

Sync data on cloud #17

Open
Laffery opened this issue Jan 5, 2023 · 5 comments
Open

Sync data on cloud #17

Laffery opened this issue Jan 5, 2023 · 5 comments
Labels
enhancement New feature or request pr welcome

Comments

@Laffery
Copy link

Laffery commented Jan 5, 2023

Awesome extension it is!

I have two or more devices, which are for work or for life. Unfortunately, the workspaceFolder is local, and I have to create GitHub repository to sync my challenges data from different devices.
Is there any much more convenient way to sync data on cloud? Or any plan to support this feature in your roadmap?

@yrming yrming added the enhancement New feature or request label Jan 8, 2023
@yrming
Copy link
Owner

yrming commented Jan 8, 2023

@Laffery Thank you very much for your suggestion, I am thinking about how to implement this feature perfectly.

@dabuside
Copy link

dabuside commented Oct 9, 2023

What about sync completed tasks to the cloud?
example sync data

{
   completedList: [1, 100, 2]
}

@meta-panic
Copy link

meta-panic commented Jul 4, 2024

Do we want to sync only progress or the solutions as well?

https://github.com/shanalikhan/code-settings-sync - the extension(it is deprecated) used github oauth to store its information in secret gists
so it is possible to hold the solution there as well

@yrming what do you think?

@yrming
Copy link
Owner

yrming commented Jul 10, 2024

Do we want to sync only progress or the solutions as well?

shanalikhan/code-settings-sync - the extension(it is deprecated) used github oauth to store its information in secret gists so it is possible to hold the solution there as well

@yrming what do you think?

@meta-panic @dabuside From my perspective, I think sync solutions might be more perfect. If we only sync progress, when users click on a completed challenge, they can't see their own solution to the challenge, which feels a bit weird.

@dabuside
Copy link

Do we want to sync only progress or the solutions as well?
shanalikhan/code-settings-sync - the extension(it is deprecated) used github oauth to store its information in secret gists so it is possible to hold the solution there as well
@yrming what do you think?

@meta-panic @dabuside From my perspective, I think sync solutions might be more perfect. If we only sync progress, when users click on a completed challenge, they can't see their own solution to the challenge, which feels a bit weird.

I agree with you. Sync progress and all done or draft solutions will be helpful If vscode-setting-sync or github-gist allow us to upload those data to cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pr welcome
Projects
None yet
Development

No branches or pull requests

4 participants