You are reading a single comment by @pascalo and its replies.
Click here to read the full conversation.
-
@Velocio at some point we should have a little thread that explains how conceptually we'll deal with the form submissions.
Form submits to the controller that will populate the model... the model produces the exact JSON that the API expects... we just POST it and handle the response.
But yes... I should build one as an example that can be copied.
I have begun porting some of the comment reply code:
https://github.com/pascalopitz/microcosm/tree/reply-container-template
That said, it's mainly so I can refactor the JS scripts that hang off of it, i.e.
attachments.js
@Velocio at some point we should have a little thread that explains how conceptually we'll deal with the form submissions.