-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DYN-2353 AnyTrue and AnyFalse Nodes #11287
DYN-2353 AnyTrue and AnyFalse Nodes #11287
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some minor issues with code formatting but it looks good from a technical POV.
Regarding the icons, I'm not sure it's easy to realize which one is which. Copying @Amoursol to get his opinion.
Hello @StudioLE - Can you please have a go at creating icons that reference similar iconography to the existing TrueForAll and TrueForAny nodes? Suggestion: For AnyTrue, 3x Red boxes, 1x blue box inside red box set, surrounded by white master box and question mark icon. Invert box colours for (3x Blue, 1x Red) for AnyFalse. |
Hi Sol, I've come up with a couple of options based on your description but if I'm off the mark could you provide a markup to show what you mean? Option 2Option 3I should probably also add that the original option was designed for consistency with the existing icons |
@StudioLE - Can we please go with a modified Option 3: Boxes inside boxes inside a square gets a little lost at 32px, so the small icon would be hard to see. Jingyi, our UX designer has provided a mock-up of what would match the shape language of the other AllFalse / AllTrue icons, as below: |
* Added AnyTrue and AnyFalse nodes * Added unit tests for List.AnyTrue and List.AnyFalse * Added tests for List.AnyTrue and List.AnyFalse * Added icons for AnyTrue and AnyFalse * Added AnyTrue and AnyFalse icons to libraryitems.json * Fixed formatting
* Added AnyTrue and AnyFalse nodes * Added unit tests for List.AnyTrue and List.AnyFalse * Added tests for List.AnyTrue and List.AnyFalse * Added icons for AnyTrue and AnyFalse * Added AnyTrue and AnyFalse icons to libraryitems.json * Fixed formatting Co-authored-by: Laurence Elsdon <[email protected]>
Purpose
JIRA: DYN-2353
List.AnyTrue
will return true if any sublist contains a true boolean.List.AnyFalse
will return true if any sublist contains a false boolean.Declarations
Check these if you believe they are true
*.resx
filesReviewers
@mjkkirschner @QilongTang @mmisol
FYIs
@Amoursol