Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

[FR]: 機能要望一覧表示機能がほしい #105

Open
1 task done
tatsutakein opened this issue Feb 20, 2023 · 0 comments
Open
1 task done

[FR]: 機能要望一覧表示機能がほしい #105

tatsutakein opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request welcome contribute Contributors are wanted

Comments

@tatsutakein
Copy link
Member

tatsutakein commented Feb 20, 2023

Is there an existing issue for this?

  • I have searched the existing issues

問題を説明する

#104 で重複した機能要望が出てくることを防ぎたい。

解決策を説明する

機能要望一覧を表示する画面を実装することで解決したい。

GraphQL ( Sample )

https://docs.github.com/ja/graphql/overview/explorer

query {
  repository(name: "nito", owner: "2rabs") {
    issues(first: 10) {
      nodes {
        title
        id
      }
    }
  }
}

追加コンテキスト

@tatsutakein tatsutakein added enhancement New feature or request welcome contribute Contributors are wanted labels Feb 20, 2023
@tatsutakein tatsutakein moved this to 📋 Backlog in NITO Backlog Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request welcome contribute Contributors are wanted
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant