NQNStudios / Trellonos

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

Re-naming Trello objects #27

Closed NQNStudios closed 9 years ago

NQNStudios commented 9 years ago

Among other API operations that are as yet unimplemented in Trellonos, this seems like it might deserve to exist. Should objects be easily renamable?

Assuming full implementation this would apply to:

However, there are logical reasons not to implement for Lists and Boards, seeing as they are mapped by name. Updating the key in the parent object would require circular dependency of child to parent.

It also makes sense to limit the power of Trellonos scripts somewhere. No one's really going to want to rename a board, if even a list, right?

So maybe this should only be implemented for cards and checklists.

NQNStudios commented 9 years ago

I've decided Trellonos should include the capability to rename cards, lists, and checklists, but not boards.

The reason boards shouldn't be renamed is because this would require the renaming of the metaboard as well, and I can't think of a practical reason you would want to rename a board.