The automatic positional rearrangement of cards based on current selection is among the compelling features of the current implementation. At the same time, column proportions are entirely static.
A few prominent observations concerning this behavior include:
During normal use, the number of visible columns is determined entirely by the window size.
Whereas all columns are displayed with equal width, their importance to the user at any time is not equal. Generally, the selected column will carry primary importance, with secondary and tertiary importance ascribed to the child and parent columns , and even less to others.
Thus a dynamic resizing of columns, responsive to current selection and window size, might be useful.
Further, because it is impossible to read the entire text of any card with height greater than the window size, it may be useful to impose an upper limit on the display height of any card, showing only the opening text of large cards.
The automatic positional rearrangement of cards based on current selection is among the compelling features of the current implementation. At the same time, column proportions are entirely static.
A few prominent observations concerning this behavior include:
Thus a dynamic resizing of columns, responsive to current selection and window size, might be useful.
Further, because it is impossible to read the entire text of any card with height greater than the window size, it may be useful to impose an upper limit on the display height of any card, showing only the opening text of large cards.