Introduction
About
YADEL is a command line utility which converts a YAML with model definitions into Django models & Django model admins. YADEL borrows its name from [YA]ml and mo[DEL].
Rationale
Of course, we created YADEL for a reason. When new projects are started, a lot of initial questions related to the business logic rise. Before the development is started, answering & documenting those questions is highly recommended. Those questions / answers will most likely automatically result in business requirements.
Now when doing proper project management, those requirements will be written down in a documentation or user stories. Then developers will pick them up and start implementing them manually, step by step:
At the beginning, a lot of requirements are related to the defintion of the data / model layer.
This is where YADEL kicks in. Instead of writing all those answers down, converting them manually to business requirements (e.g. in form of user stories) and then instructing developers to implement them, YADEL aims to replace that manual process as far as possible: