You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the aah user started the conversation on gitter improving aah anatomy.
In general aah directories structure is simple and effective, it make sense in most scenarios. However it is still fixed layout. I thought through; how can I make it possible for aah users to customize their application structure per their need, when needed.
I believe making aah anatomy configurable via aah.project is right way to go and its flexible in every aspect -
# aah anatomy made configurable :)
# Directories are relative to application base directory.
anatomy {
dir {
app = "app"
config = "config"
i18n = "i18n"
views = "views"
static = "static"
}
}
So this way aah user can organize the structure they need.
The text was updated successfully, but these errors were encountered:
One of the aah user started the conversation on gitter improving aah anatomy.
In general aah directories structure is simple and effective, it make sense in most scenarios. However it is still fixed layout. I thought through; how can I make it possible for aah users to customize their application structure per their need, when needed.
I believe making aah anatomy configurable via
aah.project
is right way to go and its flexible in every aspect -So this way aah user can organize the structure they need.
The text was updated successfully, but these errors were encountered: