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

[feature request] add more flexibility and interaction to the visualisation #34

Closed
cs-mshah opened this issue Dec 9, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@cs-mshah
Copy link

cs-mshah commented Dec 9, 2022

It seems that currently the visualisation is static and we really can't change the column widths in the browser. It would be great to have this for columns having text exceeding the default column width and for images which appear too small. I know that upon clicking we can see the full size and text, but this is a little inconvenient. Also, you could add support for arrow keys so that we can move to the next row image if we are browsing the DataGrid. Other things like buttons for next pages can be added. I believe that we currently need to input page number in the text box. Also no. of samples to show per page can be added. All these can be added to something like settings of the current view.

As you can see below, we cannot see the image clearly, so resizable column width would be really helpful.

image

@dsblank
Copy link
Collaborator

dsblank commented Dec 9, 2022

@cs-mshah Thanks for the feedback! Your comments with some notes:

  1. Resizable columns: good idea! We're working on a refactor on the frontend which should allow better grid controls like this. Should be ready in the next few weeks.
  2. Arrow keys to move from expanded cell to cell: nice! That should be fairly easy.
  3. There are buttons for moving between pages at the bottom (although they are too small): >, >|, <, and |<. Is that what you mean?
  4. CHanging number of visible rows: yes, good idea! We have the current limitations because it can take some time to render the cells. But the new frontend UI should help with that.
  5. Settings for a view: yes! We're going to need that.

@dsblank dsblank added the enhancement New feature or request label Dec 9, 2022
@dsblank
Copy link
Collaborator

dsblank commented Jan 19, 2023

Sneak preview of Kangas 2.0; has many of your suggestions:

preview

@cs-mshah
Copy link
Author

Amazing!! Excited for the next release and using it in my next project.

@dsblank
Copy link
Collaborator

dsblank commented May 1, 2023

Kangas 2 has been released and has many new enhancements. Not all of the above, but many more. Please make another issue here if you find something that you'd really like to see.

@dsblank dsblank closed this as completed May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants