cachethq / core

🚦 The core of Cachet, the open-source status page system.
https://cachethq.io
MIT License
102 stars 20 forks source link

Allow components to be attached to component groups #8

Closed jbrooksuk closed 10 months ago

jbrooksuk commented 10 months ago

When creating or updating a component group (CreateComponentGroup or UpdateComponentGroup) it should be possible to supply an array of components that will attached to the group components.component_group_id = $componentGroup->id.

It's already possible to create a new component within a group, but you can't mass-assign components into a group in one request.