OliPlus

Results 5 comments of OliPlus

` org_boards_data = {} my_boards_url = '{}members/me/boards{}'.format(API, auth) orgs = [] if args.orgs: org_boards_data['Personal Boards'] = requests.get(my_boards_url).json() org_url = '{}members/me/organizations{}'.format(API, auth) orgs = requests.get(org_url).json() else: org_boards_data['All Boards'] = requests.get(my_boards_url).json() for...

Is there a possibility to have both? I really like the folder tree approach for being human readable even in case Trello dies tomorrow. :) A single file is good...

But if we build a lightweight web UI you loose the advantage to run the export on the desktop and be able to use it w/o any additional software (web...

OK, I thought about it a little bit on my way home. Would it be possible to have two modes? 1. Desktop Mode which creates a folder structure as it...

Sorry for my late response, got busy here. I like the idea with wekan, but keep in mind there is users in this world who do not play with Docker,...