MetaCell / MetaCell/PsyNeuLinkViewSource

Create draggable sidebar for the visualise view

Aperta
#75 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@emekauja ci sta già lavorando.

Dal 19/12/2022.

enhancement
Lingua principale
JavaScript
Stelle
1
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

  • branch from feature/40
  • this component will get what has been marked as plottable from the redux store (yet not available), for now you can use some mock data in the form , if you would like you can add these data to the redux store in the reducer when the state gets created or put them directly in the component, whatever it is easier for you.
[ 
  {
     id: 'composition1', 
     label: 'Composition 1', 
     children: [ array of objects similar to the parent, single level of nesting, so these cannot have children]
  },
  {...}
]
  • parents are NOT draggable (drag one by one).
  • make the children draggable
  • implement the search
    • a parent stay in the search results only when it has at least one child to display
  • put more content than the sidebar can handle at once vertically, so we can see how the scroller works.
  • style the component.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.