We're currently trying to change our workflow to Trello but are facing some problems.
We're a production house that makes films.
What would be the best way to organize?
@VIncent Ceulenaere my "go to pattern" for project based businesses is the "board of boards" where you have one board called projects, with one card per project, and one board per project, linked to the card:
https://blog.trello.com/related-cards-related-boards
In your case, I would say that your "Films" board would have 3 lists for pre production, production and post production. Each board would have your 10 sub-items as lists and each of those lists has 10+ tasks with due dates on them indicating the deadlines.
You can do this manually, ie. create a card, copy your production template board, link it to the card, then add your due dates into the production board.
This is also something you could automate with the Trello API. I created a Google Apps Script library for the Trello API called Trellinator:
https://trello.com/integrations/#trellinator
The video demo on the Trellinator homepage more or less shows exactly the type of "board of boards" setup I describe above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.