-
Notifications
You must be signed in to change notification settings - Fork 0
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
loadProjectFromDirectory file sync, import & export sync #159
Comments
@martin.lysk1 can you take this over? progress is in branch https://github.com/opral/monorepo/tree/mesdk-200-loadprojectfromdirectory |
sure i am on it |
Quick question about syncing from the inlang lix to the host:
Regarding 3. some followup questions. How shall we distinguish between files we want to sync to the host (like settings) and those we don't want to pass to the host, like the Lets go for Option 1 @samuel.stroschein? How shall we notice a change in a file Option 1 - should we add a callback to the lix api - on file change, create a trigger in lix?Option 2 - should we create a trigger using the lix db object in inlang I prefere Option 1 but 2 is faster Both will break with https://linear.app/opral/issue/LIXDK-102/re-visit-simplifying-the-change-queue-implementation#comment-65eb3485 |
Yes, hardcode ignored files.
You can use ( |
@martin.lysk1 I completed MESDK-176. During the implementation the following observations emerged that you should consider for this issue:
EDIT: yeah auto watching in |
After a sync with @martin.lysk1 we concluded:
cc @felix.haeberle the sync to the fs will be delayed until LIXDK-126 exists. i deem this to be OK given that sherlock doesn't need to change when this feature ships. |
Quick update from my side: |
marking as on hold because martin is focusing on a csv hosted demo for the onsite |
Context
@samuel.stroschein said in MESDK-176:
Task
toBeImportedFiles()
The text was updated successfully, but these errors were encountered: