maxeler / Brain-Network

Brain Network app
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Folder structure is not compatible to app template #1

Open alixedi opened 9 years ago

alixedi commented 9 years ago

For instance:

APP/dfe APP/gui

Instead of:

APP/CPUCode APP/EngineCode APP/RunRules

imilankovic commented 9 years ago

Thanks for the comment! In the dfe directory there are CPUCode, EngineCode and RunRules. We have putted it in this folder structure because we have gui source code too. What is your proposal that we should do? Do you think that we should put the gui directory somewhere else or maybe we should delete gui directory?

alixedi commented 9 years ago

I can safely assume GUI would run on the CPU :)

If this is indeed the case, we can put it under CPUCode.

Apart from the directory structure, it would also be nice if we can ensure that the management scaffolding (Make files, README etc) also remain consistent with the template.

imilankovic commented 9 years ago

I have updated directory structure and it should be compatible with the app template now.