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

Display project's issues by label, if label is relevant to design. #68

Open
KitsatisV opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@KitsatisV
Copy link

KitsatisV commented Jan 8, 2025

Problem
On the project's page, the user doesn't know whether any design related issues exist or how many they are. In order to access this information, they have to enter the project's github, and filter the issues manually.

Proposed solution

  • An LLM solution will, periodically, scan the project's labels, and decide which labels are relevant to designers.
  • Then, the back end fetches the number of issues that belong to each label, and feeds them to the front. Since Github imposes a limit on how many times its API can be used, ideally the labels for each project and their issue count would be temporarily saved, either on cache or on a database.
  • Finally, the front end displays the label and the number of issues that belong to it.

Alternative solution
If the LLM solution is too expensive/inaccurate or ineffective in any other way, then the possible relevant labels could be "hardcoded" as a list that the server can check against.

Additional context
It could be possible to use the same LLM that #67 uses.

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

No branches or pull requests

1 participant