CON-In-A-Box / CIAB-Portal

The Core of Con-In-A-Box, but so much more! Convention Meetings, Registration and Volunteers management software package
Apache License 2.0
9 stars 5 forks source link

Update sidebar with ability to add departments #681

Closed rkaiser-dev closed 8 months ago

rkaiser-dev commented 8 months ago

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.