MetaCell / MetaCell/PsyNeuLinkViewSource

Create draggable sidebar for the visualise view

Đang mở
#75 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

@emekauja đang làm issue này rồi.

Từ ngày 19/12/2022.

enhancement
Ngôn ngữ chính
JavaScript
Star
1
Fork
0
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

- 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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.