MetaCell / MetaCell/NetPyNE-UI
Return trials to frontend only when they are used
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 23
- 派生
- 10
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the backend, an Experiment is stored together with its generated trials in memory, after an Experiment was created in the frontend.
For the Experiments list view we don't need the trials but they are still returned.
For many Experiments with large number of trials this leads to unnecessary transfer of information, slowing down the application, especially when the instance has limited resources.
We should only return (and even generate) the trials if a user opens the Experiment detail view.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
追踪 Experiments 如何为 frontend 列表视图存储和返回,然后将该流程与 Experiment 详情视图进行比较。确认 trials 在哪里生成和传输;完成标准是列表响应避免未使用的 trials,而打开 Experiment 仍会生成并返回 trials。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend, frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100