You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for your work on did. It has revolutionized how I do my weekly reports and standup meetings, giving my PhD advisor a much better visibility and reducing the time I spend getting ready for meetings. did really means a lot to me!
Now for the feature request: Github has recently announced that they are updating Github Projects with a new beta experience. Part of that update is new levels of visibility through the GraphQL API. I would like my Github report to include:
commits and pull requests updated during the last time period (already implemented by did)
for each project, list commits and pull requests associated with that project that were updated
give a percentage of completion of each project (and if possible a percentage delta for the week)
Can you give an idea of whether did's existing use of the Github API and the beta project API hooks would make any of that possible?
The text was updated successfully, but these errors were encountered:
Thanks a lot for your encouraging feedback, @colematt. I'm glad that did is useful and helpful :)
Regarding the project support. Do I understand it correctly that you would like to check for all issues/pulls during a given time period and then, instead of showing a single list of issues/pulls, group them by the project they are included in? Or rather to be able to include a project name/identifier in the config file in order to have a separate sections for each project?
Anyway, as far as implementation is concerned, if the API supports filtering by project it should definitely be possible to extend did's functionality to provide grouping by projects. From a quick look through the documentation it seems to be possible but I currently don't have capacity to investigate more.
First off, thank you for your work on did. It has revolutionized how I do my weekly reports and standup meetings, giving my PhD advisor a much better visibility and reducing the time I spend getting ready for meetings. did really means a lot to me!
Now for the feature request: Github has recently announced that they are updating Github Projects with a new beta experience. Part of that update is new levels of visibility through the GraphQL API. I would like my Github report to include:
Can you give an idea of whether did's existing use of the Github API and the beta project API hooks would make any of that possible?
The text was updated successfully, but these errors were encountered: