VEuPathDB / web-eda

Web browser code for EDA-based applications
Apache License 2.0
0 stars 0 forks source link

Make EDA tab error messages more friendly #1271

Open chowington opened 2 years ago

chowington commented 2 years ago

Big error messages like this one (created by io-ts) are somewhat common when an error occurs:

image

We should make these more user-friendly (like the oops error messages), possibly giving them a friendlier message with the error itself semi-hidden in a collapsible.

asizemore commented 1 year ago

cool idea from @jernestmyers : add a Read More option to the current banner component. Doesn't make it perfect but doesn't break the ux

asizemore commented 1 year ago

might be already part of the component. Think maybe @moontrip did this work?

moontrip commented 1 year ago

@asizemore yes Read more/less feature is currently available at CoreUI Banner as I added it to address other tickets (e.g., Banner message on Scatterplot/Lineplot Vizs, etc.)

aurreco-uga commented 1 year ago

based on meeting Jan 18 2023 I understand this is a service formatting error. .not a user error.. therefore we should not show an error banner (error banner is used for user errors).. but a generic popup or whatever UI we use for unhandled service errors. I dont think this is a styling issue, but deciding the UI for unhandled service errors.