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

添加可以条件筛选的检查详情页面 #133

Open
zjp-CN opened this issue Dec 19, 2024 · 0 comments
Open

添加可以条件筛选的检查详情页面 #133

zjp-CN opened this issue Dec 19, 2024 · 0 comments

Comments

@zjp-CN
Copy link
Member

zjp-CN commented Dec 19, 2024

目前检查详情页面是 https://os-checker.github.io/file-tree

首先该页面数据有问题,其次不适合把所有数据都放到一个页面(以前没那么多仓库才弄的这个页面直接展示所有仓库的检查详情),最后需要一个筛选详情的功能。

问题文件树在仓库或者库级别是好用的,虽然有时仓库检查结果太多,标签页内存超过 1G...

筛选详情功能与其他页面的筛选会不同,因为无法把所有数据加载才筛选,需要先筛选再获取数据。这意味着有些筛选项是静态存储的数据,比如预先按照检查工具分类 —— 但依然数据量很大,所以在没有实时数据库的情况下,可能很难实现筛选功能。

但可以尝试添加按仓库、检查工具分类的联合筛选,这样每个数据集可能比较小 —— 至少比现在按仓库获取所有检查结果小。

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