When someone submits a new stream, he should be able to select one or more tags in the submission form. The tags should be pre-defined: laravel, tailwindcss, livewire, inertia, javascript, package (the user cannot create tags themself)
Todos:
add tags to DB (Spatie tags package maybe?)
let user select one or more tags on submission page
what do we do with channels where we automatically import new live streams? Here we cannot add tags?
an admin can add a stream through the backend, here the admin should be able to select tags too
When someone submits a new stream, he should be able to select one or more tags in the submission form. The tags should be pre-defined: laravel, tailwindcss, livewire, inertia, javascript, package (the user cannot create tags themself)
Todos: