DemocracyClub / boundary-bot

🤖 Scraper for Boundary Commission reviews
1 stars 1 forks source link

Stretch goal: trello board? #5

Open chris48s opened 7 years ago

chris48s commented 7 years ago

It would be quite nice if we could represent boundary reviews in a trello board.

Proposed workflow:

We'd need to add a TrelloClient class to https://github.com/polling-bot-4000/polling-bot/blob/master/polling_bot/brain.py so that our bots can make cards, move them about and so on. That is probably not rocket surgery and might also be generally useful. We'd also need to store a trello card ID against each DB record when we scrape it.

We probably also want to deal with issues #1, #2, #3 and #4 first so we've got that workflow in place.

@symroe - It would be useful to come up with a way to avoid "treading on the bot's toes", as it were.. Is trello customisable enough to specify that only user X is allowed to move a card from list A to list B but then any collaborator may move it from list B to list C? I'm guessing it probably isn't.