lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
951 stars 45 forks source link

Add ability to select which columns to display #79

Open dinmukhamedm opened 1 week ago

dinmukhamedm commented 1 week ago

We need to allow users to selectively show/hide columns in the pages with tables. The minimal requirement is for traces/spans/sessions tables.

One UX we could create is a dialog with a checklist of enabled columns, somewhat similar to what you can find in many AWS interfaces.

Screenshot 2024-10-23 at 22 51 13 (We won't need search though, we don't have that many columns).

Requirements and pointers:

shravya-chepa commented 1 week ago

Hello, can I work on this?

skull8888888 commented 1 week ago

@shravya-chepa absolutely, go for it!

dinmukhamedm commented 6 days ago

@shravya-chepa just letting you know, we've updated the contributing guidelines with a new docker compose setup for people who only change frontend code. This should make the experience vastly easier. Refer to CONTRIBUTING.

shravya-chepa commented 6 days ago

Got it, thank you!