Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make aah anatomy configurable #152

Open
jeevatkm opened this issue Mar 21, 2018 · 1 comment
Open

Make aah anatomy configurable #152

jeevatkm opened this issue Mar 21, 2018 · 1 comment
Labels
aah Framework scope enhancement
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Mar 21, 2018

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.

@jeevatkm jeevatkm added enhancement aah Framework scope labels Mar 21, 2018
@jeevatkm jeevatkm added this to the v0.11 Milestone milestone Mar 21, 2018
@jeevatkm jeevatkm added this to v0.11.0 - Iteration in aah Roadmap Apr 5, 2018
@jeevatkm jeevatkm moved this from v0.11.0 - Iteration to Backlog in aah Roadmap Apr 7, 2018
@jeevatkm jeevatkm removed this from the v0.11.0 Milestone milestone Apr 7, 2018
@jeevatkm
Copy link
Member Author

I'm planning to take it further on aah anatomy configurable approach. Will update the spec once I have a design in place.

@jeevatkm jeevatkm moved this from Backlog to v0.13.0 - Iteration in aah Roadmap Jan 2, 2019
@jeevatkm jeevatkm moved this from v0.13.0 - Iteration to v0.13.0 - In Progress in aah Roadmap Jan 2, 2019
@jeevatkm jeevatkm added this to the v0.13.0 Milestone milestone Jan 2, 2019
@jeevatkm jeevatkm moved this from v0.13.0 - In Progress to v0.13.0 - Iteration in aah Roadmap Jan 9, 2019
@jeevatkm jeevatkm moved this from v0.13.0 - Iteration to Backlog in aah Roadmap Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aah Framework scope enhancement
Projects
aah Roadmap
  
Backlog
Development

No branches or pull requests

1 participant