timheuer / GitHubActionsVS

A Visual Studio extension for showing GitHub Actions workflow information
MIT License
18 stars 5 forks source link

Implement better data/view model #3

Open timheuer opened 1 year ago

timheuer commented 1 year ago

Ideally there would be a better data model around this that would allow for things like hierarchial data binding to the treeview, etc. The Octokit API shape is slightly annoying in this regard in how it exposes getting Jobs/Steps for a run for example.