This PR adds the ability to create new divisions and departments on the ConCom Structure Page.
We also gain the ability to switch out the sidebar view, starting with emails, without losing the department data we have filled out, and without using multiple rendered sidebars.
It demonstrates how composables allow us to keep our components clean. We will be able to more easily test our components because we can now mock the composable functions.
This PR adds the ability to create new divisions and departments on the ConCom Structure Page.
We also gain the ability to switch out the sidebar view, starting with emails, without losing the department data we have filled out, and without using multiple rendered sidebars.
It demonstrates how composables allow us to keep our components clean. We will be able to more easily test our components because we can now mock the composable functions.