MetaCell / MetaCell/NetPyNE-UI
Control panel should show numbers in each population
未关闭
还没有人认领这个 Issue。
good first issue
- 主要语言
- JavaScript
- 星标
- 23
- 派生
- 10
- PR 合并指标
- 30 天内没有已合并 PR
描述
It's quite difficult to determine the number of cells in a generated network, and especially if you set a cell density you're never sure of the total number in an instance of the network. A good place for this would be the Control Panel, where you can list the instances if you expand the individual cell populations. What would be better is if the number in each population was visible beside the name, and mayne the total at network e.g.
> network (30)
> E2 (6)
> L1 (3)
...
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 Control Panel 及其网络和细胞群体列表组件。查看当前如何表示群体实例和细胞数量,然后按照 issue 中的显示方式,在每个群体旁边以及网络旁边添加数量。完成标准是:展开的条目显示群体数量,网络显示其总数。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100