dynamist / phabfive

A command line tool to interact with Phabricator
Apache License 2.0
4 stars 2 forks source link

List maniphest tasks #44

Open Grokzen opened 2 years ago

Grokzen commented 2 years ago

Proposed Functionality

Implement phabfive maniphest list

D0wn10ad commented 1 year ago

Hi, my company's phabricator is now with approx 5000+ tasks and this will basically just run... And run. Not sure is this a good idea

Grokzen commented 1 year ago

@D0wn10ad Do you have any ideas on how to make that better? The things we are discussing is to either make it into a pagination solution where you would only get the first page of items and then have to manually or via code choose another page. Possible to include the cursor solution that you started on in your PR.

The other solution would be to base this on time instead of number of tickets. Like you would get only last 30days, but this is less optimal then pagination solution. It gets a bit tricky however because this is run from CLI and not as much from other API:s clients that probably would prefer pagination solution.