Description of changes made:
Made a new community page for creating a new group
Is the feature complete/bug resolved/etc..:
Still not entirely finished, need to redirect user after creation, and should probably add checker to make sure title and/or description are not empty.
Probably want to redirect to the view-group page but don't think that has been implemented yet.
Could use some css, and a better button to link to the page.(unsure best place to put it, so I just stuck it in the community join group page)
Any known bugs/strange behavior:
Is there specific feedback you would like on these changes
I still need to add the things I mentioned above, mostly just wanted to get some feedback in case I need to change anything major.
I was originally using the form from the onboarding page(FilterSettingsForm) since it was exactly what I was trying to do, but realized the back end does not support interests within the group model. After considering changing the model, I decided it wouldn't make a whole lot of sense to include interests with this since the location and title should be enough to determine if the user wants to join.
Related Issue (include '#'): #428
Description of changes made: Made a new community page for creating a new group
Is the feature complete/bug resolved/etc..: Still not entirely finished, need to redirect user after creation, and should probably add checker to make sure title and/or description are not empty.
Probably want to redirect to the view-group page but don't think that has been implemented yet.
Could use some css, and a better button to link to the page.(unsure best place to put it, so I just stuck it in the community join group page)
Any known bugs/strange behavior:
Is there specific feedback you would like on these changes I still need to add the things I mentioned above, mostly just wanted to get some feedback in case I need to change anything major.
I was originally using the form from the onboarding page(FilterSettingsForm) since it was exactly what I was trying to do, but realized the back end does not support interests within the group model. After considering changing the model, I decided it wouldn't make a whole lot of sense to include interests with this since the location and title should be enough to determine if the user wants to join.