You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application was successfully tested on a local machine. The following points of feedback were identified:
Layout: The current font sizes and/or component layout may require zooming in within the browser. Adjusting the layout and typography would improve usability and accessibility across screen sizes.
Timeout with Large Datasets: When handling large datasets, the application encounters a timeout issue. Specifically, the following error was observed:
This suggests a need for performance optimization or an increased timeout threshold in the backend configuration.
Flexible Data and Mask Source Configuration: Currently, the application assumes that both image data and masks are hosted on the same Tiled server. To increase flexibility and support independent sources, it would be beneficial to support separate environment variables:
The application was successfully tested on a local machine. The following points of feedback were identified:
Layout: The current font sizes and/or component layout may require zooming in within the browser. Adjusting the layout and typography would improve usability and accessibility across screen sizes.
Timeout with Large Datasets: When handling large datasets, the application encounters a timeout issue. Specifically, the following error was observed:
This suggests a need for performance optimization or an increased timeout threshold in the backend configuration.
Flexible Data and Mask Source Configuration: Currently, the application assumes that both image data and masks are hosted on the same Tiled server. To increase flexibility and support independent sources, it would be beneficial to support separate environment variables:
This would allow the application to connect to different endpoints for images and masks as needed.
The repo is missing documentation, e.g. how to start the application, what does it do, etc.