How to use Taiga for podcast production?

I’m looking at using Taiga to help our small team produce a podcast as a Kanban seems a good way of moving each episode through a series of steps, eg:

  • invite speaker
  • schedule interview
  • record interview
  • edit interview
  • publish episode

That would work easily I think, but we also need to produce the show notes and blog post that accompanies each episode:

  • draft show notes
  • approve show notes
  • add show notes to draft episode
  • draft blog post
  • approve blog post
  • publish blog post

These have dependencies with each other, but can be worked on in parallel - eg the blog post can be written while the the final editing is being done. This wouldn’t work is each episode (audio and blog post) is a user story.

But if the audio and blog posts (which must be published simultaneoulsy on different platforms) are each a separate user story, how to you tie them together?

I feel I’m going in circles!

Hi there!

From your requirements, it seems that actually SCRUM would be better for you!

You can have a sprint per episode, and there you can have a user story for the audio and another for the blog post. Then, in the sprint task board (which looks a bit like a Kanban), you can move each of those tasks in each of those user stories to their respective status.

It would look a bit like this:

Of course, you can tweak those status in the settings of your project, I used the default ones for a quick demonstration.

Do you think that would work better?

Best!

Thanks, that looks great. I’ve only ever used Trello before and I need something better, but not familiar with Scrum, Agile etc, so a bit out of my depth here! Apologies for the basic questions:

  • what are the “cards” on the sprint board? Are they tasks?
  • Is it possible to set up a template? Because the process / checklist for each episode will be identical.
  • Is it possible to get an overview of several sprints on one screen? Because we’ll be working on several episodes at a time.

Thanks!

Hi again!

Don’t worry, that’s completely normal! We do have some tutorials more oriented to Agile and different methodologies here, if you are interested: Improve your Agile with Taiga - Taiga Community

Now, for your questions:

  • Yes, they are tasks belonging to each user story.
  • Not as of now, though if you have someone on your team with programming/scripting knowledge you could use our API to automate their creation: Taiga REST API (or even with an API wrapper like this one for python: GitHub - nephila/python-taiga: 🌲 Python module for communicating with the Taiga API , it’s not official but I think there are members in our community that use it).
  • Not in Taiga, but you could open several browser tabs side by side. Most Operating Systems and even some browsers support it out of the box, like in the attached image.

Hope this helps!

Best!

Hmm. I don’t think a sprint per episode will work for us, because we will have several episodes at different stages of production at any time, and part of the problem we are trying to fix is to get an overview of what we’re working on!

I wonder if a Kanban with swim lanes might be the answer? One swim lane for audio and one for blog. And each episode represented by two cards - one for audio and one for blog - and cards for the same episode could be the same colour. (I can’t think of any other way to link them together.)

Well, you can also use Epics. One EPIC per episode, and then the audio and blog files are linked to their Episode Epic.

You have more info on Epics here: The Epics/Wiki/Meetup, icing on the cake

Best!

1 Like