NQNStudios / Trellonos

Python scripts designed for automated execution with Cron to manage Trello schedules.
0 stars 0 forks source link

Trellotools: update_card() #1

Closed NQNStudios closed 9 years ago

NQNStudios commented 9 years ago

Persist changes made to a Card object (excluding archetypal yaml borrowing)

NQNStudios commented 9 years ago

Should this be an attribute of Trellotools or of Card?

NQNStudios commented 9 years ago

An attribute of card, this function should more specifically only update the card's description to persist changes in yaml data.

Other changeable attributes of a Card will be changed through unique functions and properties.