-
Notifications
You must be signed in to change notification settings - Fork 268
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
fixes LUNA-218 add path to tauri project metadata #377
Conversation
@@ -12,6 +12,7 @@ export type Project = { | |||
title: string; | |||
description: string; | |||
mainGraphId?: GraphId; | |||
path?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to serialize the path of the project in the project itself, which I'd like to avoid :/
Can you change the project metadata serialization to ignore this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pushed a change!
@abrenneke don't merge this, has issues! i lost work! 😢 |
@abrenneke Fixed a fatal error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What was done
This PR adds path to project metadata as optional variable. It only loads path in tauri v4 loader.
Purpose
This will allow us to use the path to automatically output files via the File Node. For example a usecase would be to automatically export datasets into csv files in the same project folder.
https://discord.com/channels/1149376303070466110/1149382713904746597/1216788570677837834