Skip to content
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

Add column-dtype filtering to low-code UI #288

Open
1 task done
paddymul opened this issue Oct 11, 2024 · 0 comments
Open
1 task done

Add column-dtype filtering to low-code UI #288

paddymul opened this issue Oct 11, 2024 · 0 comments
Labels
enhancement New feature or request JS requires js work to fix lowcode-UI

Comments

@paddymul
Copy link
Owner

Checks

  • I have checked that this enhancement has not already been requested

How would you categorize this request. You can select multiple if not sure

Low Code UI

Enhancement Description

There are certain commands that only apply to certain types of columns. Searching an int column for a string is non-sensical. Convey metadata about the selected column to the low code UI.

Then add filtering info to command editor

Pseudo Code Implementation

Currently command_default looks like this in JLisp
[{'symbol':'search_col'}, ...]
add this to the column_dtype to the symbol dict
[{'symbol':'search_col', 'column_dtype':'string'}...]

Make column_dtype easily interactable with pandas/polars select_dtype

Prior Art

N/A

@paddymul paddymul added enhancement New feature or request JS requires js work to fix lowcode-UI labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request JS requires js work to fix lowcode-UI
Projects
None yet
Development

No branches or pull requests

1 participant