borisovodov / TreePicker

SwiftUI tree picker for selecting options from hierarchical data.
https://swiftpackageindex.com/borisovodov/TreePicker
MIT License
2 stars 0 forks source link

Choose right naming for entities #2

Closed borisovodov closed 3 months ago

borisovodov commented 3 months ago

Problematic

Now I don't know which terms more usefull: tree or hierarchical, leaves or items or entity, folders or something else. So, I need to research for choosing right terms.

What should be done

borisovodov commented 3 months ago

Examples:

Tree picker is more common option than hierarchical picker. Checkbox tree use for multi picker only.

borisovodov commented 3 months ago

More about tree data structure: https://en.wikipedia.org/wiki/Tree_(data_structure). Right terms for folder and leaf is inner node and leaf node (together just nodes).

borisovodov commented 3 months ago

So I will use next terms: