The Wayback Machine - https://web.archive.org/web/20200704142007/https://github.com/github/VisualStudio/pull/1957
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Issues #1957

Open
wants to merge 6 commits into
base: master
from
Open

WIP: Issues #1957

wants to merge 6 commits into from

Conversation

@grokys
Copy link
Contributor

grokys commented Sep 27, 2018

This is a WIP PR aimed at implementing issue support in GHfVS.

It includes:

  • An implementation of the issue list
  • It shows the IssueishDocumentPane but loading an issue needs to be implemented in IssueishPaneViewModel

Depends on #1955
Fixes #1482

/// <summary>
/// Represents an item in the issue list.
/// </summary>
public interface IIssueListItemViewModel : IIssueListItemViewModelBase

This comment has been minimized.

Copy link
@grokys

grokys Mar 7, 2019

Author Contributor

Future: Should probably rename (I)IssueListItemViewModelBase to (I)IssueishListItemViewModel as the term "issueish" is usually used to refer to something that can either be an issue or a PR.

grokys and others added 3 commits Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.