Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

WIP: Issues #1957

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

WIP: Issues #1957

wants to merge 6 commits into from

Conversation

grokys
Copy link
Contributor

@grokys 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
Copy link
Contributor Author

@grokys grokys Mar 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Issue Management to Visual Studio
2 participants