django-adapters icon indicating copy to clipboard operation
django-adapters copied to clipboard

Map out ideas for the underlying data structure used for construction and introspection

Open mjtamlyn opened this issue 8 years ago • 1 comments

mjtamlyn avatar Apr 03 '16 07:04 mjtamlyn

I think we can write down the docs for the top part of the API if not the underlying pieces yet.

Roughly I was thinking:

{
    'adapt': [],
    'validate': [],
    'process': [],
    'render': [],
}

Naming is hard. We may want adapt_initial and adapt_new separate, or they could be nested. This is partly dependent on the API designs in #24

mjtamlyn avatar Apr 11 '16 20:04 mjtamlyn