Closed bbelderbos closed 1 year ago
I was going to have them be user managed. Therefore I will need some views. Is there a way to include a form within another form? As in can a user create a category or avatar at the same time they are making the group? I wanted to be able to reuse categories during group creation, that's why I wanted to have categories be more dynamic.
Yes you can work with multiple forms in your view, just instantiate them, pass them to the template for rendering, then handle both of them upon POST request. Let me know if you need help ...
Groups joined and groups managed should be added views, can get to those tonight/tomorrow with some help.
ok let's look at this, again I don't see new PRs? please use branches + open PR for every chunk of work so I can review, thanks, refresher if needed:
Project Git Workflow - https://pybites.mykajabi.com/products/pybites-developer-mindset/categories/2560320/posts/9297325
Getting close here, what views still need to get done?
I see we have these models:
Can you list out here which ones will be managed in the admin vs in the front-end, that is for which ones we still need views? Then we can work on them in individual issues. Thanks.