-
Notifications
You must be signed in to change notification settings - Fork 15
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
Saving profile modifies the source code #207
Comments
Similar is applicable for all other profiles that could be modified from Settings menu |
If we want to keep the loading of available lead field functions dynamic like this, I think the process could be improved by generating the available menu items based on what is found in a certain folder (or folders), say But I would also question the need for dynamic loading in this case. Lead field construction is such a central part of Zeffiro, that I think these menu items should be static. If there were a million functions, I might understand the need for dynamic loading based on what is already in some folder, but this is not (yet) the case. |
I agree 👍, cutting off the unnecessary features is a good approach, which would allow to avoid overengineering and focus mental resources on core functionality. |
Description
Whenever I make any changes and click “Save Profile” in the Mesh tool, it updates the source code of the app, which is tracked by
git
so thegit pull
will not work anymore unless I stash or discard changes. This looks like a flaw and prevents from saving profiles while updating the project.Suggestion
I would suggest to store changed profiles similarly, as we handle saving projects - suggest user to store them as a separate file or embed them inside the project
.mat
fileScreenshots
Screen.Recording.2023-05-08.at.20.57.01.mov
The text was updated successfully, but these errors were encountered: