xhd2015 / coverage-visualizer

a highly customizable test coverage visualizer
MIT License
1 stars 0 forks source link

Data driven list #2

Open xhd2015 opened 2 weeks ago

xhd2015 commented 2 weeks ago

All UI status are completely controlled by data, and operations like expand/collapse will reflect to data.

Logic: entrance -> Wrapper List -> Inner List data -> data --> inner_data = compute_internal_status(data)

When state change, it will bubble the change up.