gjwgit / rattleng

The New Generation R Analytics Desktop App
GNU General Public License v3.0
20 stars 8 forks source link

VISUAL: Do not allow GROUP BY with more than 20 levels #329

Closed gjwgit closed 1 month ago

gjwgit commented 2 months ago

For the GROUP BY do not list any categoric variables with more than 10 categories.

Image

gjwgit commented 2 months ago

Once we introduce character types then simply list all factors here again since the suer may override factor/character typpes in ROLES.

gjwgit commented 1 month ago

If variables with > 20 levels are auto IGNORED, then perhaps this issue becomes mute - once issue #404 resolve, decide what to do here.

zheyxu commented 1 month ago

Made pr https://github.com/gjwgit/rattleng/pull/439

Screenshot 2024-09-20 at 1 14 05 pm
zheyxu commented 1 month ago

Currently have not find a way to test the Dropdown menu widget, thus the integration test does not cover the page in screenshot.

gjwgit commented 1 month ago

Thanks.

gjwgit commented 1 month ago

Once we found a way to get the list of variables in the DropDown then the test will be:

zheyxu commented 1 month ago

Link to integration test result: https://github.com/gjwgit/rattleng/pull/439#issuecomment-2365466714