MetaCell / MetaCell/NetPyNE-UI

Control panel should show numbers in each population

Open
#749 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue
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)
...
```
![Screenshot 2023-07-13 at 17 32 55](https://github.com/MetaCell/NetPyNE-UI/assets/1556687/81d3bec2-fb88-47f8-a75c-38bd1edec499)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.