kruize / kruize-ui

Kruize Autotune UI
MIT License
6 stars 12 forks source link

Handle UI display for 'not enough data' #210

Open bhanvimenghani opened 3 days ago

bhanvimenghani commented 3 days ago

Problem Faced: in cases where there is no data, the ui is showing blank, and no notification as well, will showing this notification do?

"notifications": { "120001": { "type": "info", "message": "There is not enough data available to generate a recommendation.", "code": 120001 } }, "data": {} } } image

Expectations / Delivery Requirements: In this case, we need to show everything until the notifications section and nothing beyond that

Where to Start? Start around the experiments page.