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

[SDK] We're developing a new sdk components to sync codes for developing KitX Project #287

Open
Dynesshely opened this issue Sep 2, 2024 · 2 comments
Labels
enhancement New feature or request tracking This issue is tracking by another issue working on We are working on this issue

Comments

@Dynesshely
Copy link
Member

🪦 Is your feature request related to a problem? Please describe.

Because cross-device connectivity is a highlight of the KitX project, it is often necessary to synchronize code and jointly debug on multiple devices when developing KitX.

Previously, I synchronized code through a private git server, and needed to rebase git when officially submitting, which was not very convenient.

So we developed this tool and integrated it into the KitX SDK. You can execute the tool through the cheese scaffolding in the future.

🪧 Describe the solution you'd like

  1. Use .sync-ignore file to identity which paths ignored and which extensions ignored.
  2. Use cheese to launch this tool, for example:
    • cheese -e sync-server to launch a server in current folder.
    • cheese -e sync-client to launch a client in current folder.
  3. Server will watch the folder for any file changes and provide files catalog in /catalog endpoint.
  4. Client will request /catalog endpoint every 1 sec for changes, and get new file content in /file/<path> endpoint.

🧾 Describe alternatives you've considered

No response

📎 Additional context

No response

@Dynesshely Dynesshely added enhancement New feature or request working on We are working on this issue labels Sep 2, 2024
Copy link

github-actions bot commented Sep 2, 2024

Tracked by #228 .

@github-actions github-actions bot added the tracking This issue is tracking by another issue label Sep 2, 2024
@Dynesshely
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracking This issue is tracking by another issue working on We are working on this issue
Projects
None yet
Development

No branches or pull requests

1 participant