MetaCell / MetaCell/NetPyNE-UI
Control panel should show numbers in each population
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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)
...
```

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Control Panel and its network and cell-population list components. Review how population instances and cell counts are currently represented, then add counts beside each population and the network total as shown in the issue. Done means expanded entries display population counts and the network displays its total.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100