NorthBridge / playbook

NorthBridge Playbook
5 stars 7 forks source link

Restructured the application #56

Closed hectron closed 9 years ago

hectron commented 9 years ago

Context

Playbook has a structure that was ad-hoc and a few shortcuts were taken. A more scalable and robust solution is necessary if this is to be used by multiple teams.

Problem

Due to time constraints, the original implementation of Playbook had a few things which were not very customizable. Things like environment variables (Issue #55) and the hierarchy of Django Apps (Issue #32 ) were

Solution

This pull request address issues #55 and #32 . This new structure takes a Django app-driven approach, allowing each app to override another app if necessary.

In addition:

kdflint commented 9 years ago

Bravo!!