PyColorado / boulderpython.org

Boulder Python Meetup Website
http://boulderpython.org
MIT License
5 stars 4 forks source link

Implement Archived List and webhook handler #9

Open frankV opened 6 years ago

frankV commented 6 years ago

The Status enum model has an ARCHIVED attr. We should implement an "Archived" list and watch for this to update Submissions when they're archived on Trello.

svvitale commented 6 years ago

So when a card is archived in Trello, unarchive it and move it to the "Archived" list? Am I reading that right?

frankV commented 6 years ago

We'll have to move it manually. I think archive on Trello hides it from the board. So it's just setting it up to update the card data in our database. I think I started this though - will check tonight.