{"id":19468728,"url":"https://github.com/lin-mt/quiet","last_synced_at":"2026-02-25T09:40:51.525Z","repository":{"id":58563690,"uuid":"496641694","full_name":"lin-mt/quiet","owner":"lin-mt","description":"管理项目迭代及项目文档。","archived":false,"fork":false,"pushed_at":"2023-09-30T04:02:13.000Z","size":2578,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T11:42:52.730Z","etag":null,"topics":["project-documentation","project-management","swagger"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lin-mt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-26T13:59:09.000Z","updated_at":"2024-10-30T03:19:06.000Z","dependencies_parsed_at":"2023-02-18T23:15:54.192Z","dependency_job_id":"4f4c76b6-f334-4d25-92fd-0116447f2e51","html_url":"https://github.com/lin-mt/quiet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lin-mt/quiet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fquiet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fquiet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fquiet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fquiet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lin-mt","download_url":"https://codeload.github.com/lin-mt/quiet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lin-mt%2Fquiet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29816225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["project-documentation","project-management","swagger"],"created_at":"2024-11-10T18:43:33.639Z","updated_at":"2026-02-25T09:40:51.499Z","avatar_url":"https://github.com/lin-mt.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quiet\n\nQuiet 是一个关注于管理项目迭代以及项目文档的开源项目。\n\n前端：https://github.com/lin-mt/quiet-web\n\n## 技术栈\n\n后端：Spring Cloud、Spring Data JPA、Dubbo 等\n\n前端：Arco Design Pro 等\n\n[项目图片示例](EXAMPLE.md)\n\n[编码规约](CODING_PROTOCOL.md)\n\n![example](https://user-images.githubusercontent.com/58337359/203343775-d3d38dd8-a433-468a-9cd1-42318026ae9b.gif)\n\n## 功能简介\n\n### 仪表盘\n\n**工作台**：考虑到每个团队的关注点和侧重点不一样，所以保留了 Arco Design Pro 的原 Demo 页面。\n\n### 敏捷管理\n\n**项目管理**：管理项目组和项目，项目可以归属于一个项目组，一个项目组中可以包含多个项目。个人空间中包含的是每个用户创建的，但是未规划到具体项目组的项目。\n\n**版本规划**：管理项目的规划信息，包含版本和迭代的管理，每个版本下可以创建子版本和迭代，迭代是最小的规划单元，每个需求可以规划到迭代中，无法规划到版本中。\n\n**需求规划**：管理项目中的所有需求，可以将需求规划到具体的迭代，每个需求只能规划到一个迭代中。\n\n**迭代看板**：管理迭代中需求的拆分，一个需求可以拆分多个任务，每个任务都有自己的生命周期（可配置）。在此可以开始和结束一个迭代，如果在迭代结束时，还有需求未完成（需求中所有任务的状态都在最后一个任务步骤中），则在结束迭代时未完成的需求需要规划到指定的其他未结束的迭代中。\n\n**模板管理**：在创建项目时，可以选择不同模板，模板中包含创建需求时可选择的优先级，每个优先级对应需求卡片的不同颜色，可配置的颜色中包含自适应色板（适配项目的暗色和亮色模式），任务的生命周期也是可配置的。\n\n### 文档管理\n\n**项目管理**：管理文档的项目信息，与敏捷管理中的项目管理类似。\n\n**接口文档**：管理项目的接口信息，该部分参考了 [YApi](https://github.com/YMFE/yapi) 的接口预览、编辑和调试，页面布局与其类似。提供了定时导入 Swagger（OpenApi 3.0）的功能，可配置多个环境，调试时可选择不同的环境进行接口的测试，如无配置环境，则默认 http://127.0.0.1:9363 。\n\n### 系统管理\n\n**用户管理**：管理系统中的用户信息。\n\n**部门管理**：管理部门信息。\n\n**团队管理**：管理团队信息，在敏捷管理中创建项目时，可选择负责该项目的团队。\n\n**角色管理**：管理项目中的角色信息。\n\n**数据字典**：管理项目中用到的数据字典，每个数据字典隶属于一种数据字典类型，数据字典的 key 设计为多层父子结构，每层的 key 为两位数字构成，每层最多可以包含 99 个数据字典。\n\n**日历设置**：可设置每年中的节假日以及工作日。\n\n## License\n\n[GPL-3.0](https://github.com/lin-mt/quiet/blob/master/LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fquiet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flin-mt%2Fquiet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flin-mt%2Fquiet/lists"}