Skip to content

Make aah anatomy configurable #152

Open
@jeevatkm

Description

@jeevatkm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions