Skip to content

AO conditional feature list sorting #205

Description

@firolightfog

OK, so without even thinking of the time and effort needed for the implementation I'd like to share my ergonomic proposal for sorting the formulas in AO modules.

Current order Proposed order
if Y>0↣X/C if Y<0↣1/0
if Y<0↣X/C if Y<0↣C/X
if Y=0↣X/C if Y<0↣C/Y
if Y>0↣C/X if Y<0↣X/C
if Y<0↣C/X if Y<0↣Y/C
if Y=0↣C/X if Y=0↣1/0
if Y>0↣1/0 if Y=0↣C/X
if Y<0↣1/0 if Y=0↣C/Y
if Y=0↣1/0 if Y=0↣X/C
if Y>0↣Y/C if Y=0↣Y/C
if Y<0↣Y/C if Y>0↣1/0
if Y=0↣Y/C if Y>0↣C/X
if Y>0↣C/Y if Y>0↣C/Y
if Y<0↣C/Y if Y>0↣X/C
if Y=0↣C/Y if Y>0↣Y/C

I understand the logic behind the currently used order. It's just that I use the AO modules (specially AO-101) a lot and I realized that I always struggle to find the right option in the list as it is sorted by the output result. But it requires reverse thinking in a way.... The proposed sorting would allow to consider the input value and then to decide on the output.

Cheers, Andras

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions