dlr-gtlab / gtlab-core

GTlab Core Framework
https://www.gtlab.de
Other
7 stars 2 forks source link

💡 [REQUEST] - Support project-relative paths in FileProperties #1246

Open rainman110 opened 2 months ago

rainman110 commented 2 months ago

Summary

Currently, all file paths are hard-coded paths, which makes it hard to relocate projects or share projects with others.

The suggested change should store paths inside the project as a relative path to the project.

Improvements

Improve relocation and shareablility.

Drawbacks

We need to know the path of the current project, which might not be avialiable in the data processor.

Hence, the transformation absolute->relative needs to be done in the App.

Current workarounds

-

rainman110 commented 2 months ago

@real-ct-ac Do you have any ideas how we could handle this?

jensschmeink commented 1 month ago

Current ideas: Need for