You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last summer, during OSPP, HyperCRX pre-developed the Repository Collection feature. The purpose of Repo Collection is to allow users to integrate multiple projects together and provide overall insights through data visualization. This module is mainly divided into two parts: the Repo Collection management interface and the chart display interface. The framework and functionality of these two modules have already been set up. You can refer to the feat/repo-collection branch.
Repo Collection entrance (located in the Github repository):
Management interface:
Chart display:
Current Limitations
Complete i18n: Currently, only Chinese is supported. We need to add corresponding English support.
Resolve token issues: In the management interface, we need a search method to query specific repositories based on a token. However, personal tokens have limitations, so we need to figure out how to implement searching for specific repositories.
Optimize styles: The left-side repository list in the collection panel is too narrow.
Set correct data states and prompts when there is no data in the chart: Refer to this content for guidance.
Add user prompts when a collection has no projects.
Optimize the management interface: Prevent users from adding the same repository to a collection and from creating collections with the same name.
Implement specific repository highlight and unhighlight: In the visualization display of the Repo Collection section, we want to achieve highlighting of a specific repository's chart by clicking on it.
Adjust charts to adapt to browser window size changes.
Optimize the style of SankeyChart.
Task Objectives
Improve current existing issues, enhance the functionality and user experience of the Repo Collection module, and provide better data visualization and management tools.
Description
What is Repository Collection?
Last summer, during OSPP, HyperCRX pre-developed the Repository Collection feature. The purpose of Repo Collection is to allow users to integrate multiple projects together and provide overall insights through data visualization. This module is mainly divided into two parts: the Repo Collection management interface and the chart display interface. The framework and functionality of these two modules have already been set up. You can refer to the feat/repo-collection branch.
Repo Collection entrance (located in the Github repository):
Management interface:
Chart display:
Current Limitations
Task Objectives
Improve current existing issues, enhance the functionality and user experience of the Repo Collection module, and provide better data visualization and management tools.
任务描述
Repository Collection 是什么?
在去年暑假的 OSPP 上,HyperCRX 已经预开发了有关 Repository Collection 的功能。Repo Collection 的目的是能够让用户自定义将几个项目集成到一起,并用数据可视化的方式提供整体的洞察。这个模块主要分为 Repo Collection 管理界面和图表展示界面两个部分。两个模块的框架和功能已经搭建好了,参考 feat/repo-collection 分支。
Repo Collection 入口(位于Github仓库中):
管理界面:
图表展示:
存在的问题
任务目标
改进当前存在的问题,增强 Repo Collection 模块的功能和用户体验,提供更好的数据可视化和管理工具。
The text was updated successfully, but these errors were encountered: