aws-samples / fm-leaderboarder

FM-Leaderboard-er allows you to create leaderboard to find the best LLM/prompt for your own business use case based on your data, task, prompts
Apache License 2.0
18 stars 5 forks source link

Switch UX to Cloudscape like solution #4

Open gilinachum opened 6 months ago

gilinachum commented 6 months ago

Switch UX to Cloudscape like solution. For example example table using cloudscape.

This will also help us separate the data from the HTML and styles. Currently we're generating HTML and data and styles on the Python side. Instead on Python we'll only generate JSON, and we'll have a disjointed presentation system that knows how to read these jsons and load them into cloudscape components (like a table).

Requirements: Basic REACT knowledge is required.

More: Cloudscape. An open source design system for the cloud. Cloudscape offers user interface guidelines, front-end components, design resources, and development tools for building intuitive, engaging, and inclusive user experiences at scale.

Current UX: image

Suggested UX: image

doronbl commented 6 months ago

@gilinachum I can probably take it. Let's discuss