Christian González

Results 165 comments of Christian González

I've implemented a `do_model` method with a fields parameter, and it works locally for getting the model into the frontend. But Could you give me a hint where to filter...

Additionally you could add Form support, like FormView/ModelView does. This way you could add a form to a component (which is what you need all the time when you deal...

When adding Model/QuerySet support, you also have to consider that [base models are not serialized](https://docs.djangoproject.com/en/4.1/topics/serialization/#inherited-models). Just tapped into that in Unicorn too.

Oh, I thought so (or struck by lightning, or abducted by aliens maybe...) No worries, I am tied up with work in my day job as well +kids & co....

> Hi @nerdoc, just a super quick message. You're probably thinking I've vanished, I've just been super busy with contract work. I'm going to try and catch up on Tetra...

Maybe the best bet would be to just "let" Tetra accept models as parameters, but only pass the pk instead of the object and let the load method fetch the...

Hi @samwillis - I think I really need some help here. I am stuck since weeks, and can't get further. I've realized a FormComponent which **kind of** works. But I...

I've created a [call graph for the component/state life cycle in Figma](https://www.figma.com/board/s36Pc4HG52ASTgoE2PcKNB/Tetra-call-graph?node-id=0-1&t=IgjjwGESQ9SPkaRL-0), if anyone is interested. As good as I could.

I changed the title to forms support, as models are basically implemented and working, see Todo example.

As form support does work, and just 2 things are not working, I'll open separate issues for those, to keep track easier. Basic form support is already implemented in the...