ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Web - Improve page load with async API calls #298

Closed dvstans closed 4 years ago

dvstans commented 4 years ago

Currently, the main web page partially initializes but then blocks until the user record can be loaded from the datafed service. This causes the UI to stop layout which looks bad and wastes some time. Instead, have everything layout that can be, then when the user record loads, perform a second init phase to fill-in all the various elements on the page.

dvstans commented 4 years ago

Done.