Closed codeeMadness closed 2 years ago
Feel free to ignore if you feel no need
Hi @codeeMadness if it causes you a problem for the deployment I will reorganize the hierarchy to shorten the path.
Hi @Liquid-Blocks, Many thanks
Is there any way we can manage code structure using MVC model or other models? and we can control our files using name convention?
For the UI we can go toward something that is more MVC like, but I don't think we can fit the whole system into the MVC model since the VirtualEnvironment is somewhere between a controller and a view and we don't have specific entry point for the data.
To be honest, For the UI, it's quite good. However for the code, it's quite heavy in structure, requires much nested class.
Hi @codeeMadness , the path was shorten in the PR #167. Does that solve your problem?
many thanks. let me take a look on it.
Hi Liquid, As you know, ConnectionOptions.js met a problem too-long path when we do some actions relates to Github. We can totally deal with this when using some commands provided by Github. However, when I tried to deploy on internal server (I mean I have to place our core in server, not connected with any source control), it met the same issue. Should we change a little bit for this, to make the path shorter (such as move files to upper level folder)? Or could make the config inside the core to handle this issue?
Many thanks.