Skip to content
Commit 0dfd771a authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the tooltip regarding missing information for admin on the submission list page

This will load the page with all submission, THEN make a ajax query to
get all the submissions that contains missing informations. This is done
in two steps to have a fast loading page.

The query takes ~800ms for 100 submissions with the query done on the
server side before the loading, and only 70ms when done without this
information but loaded via ajax after. Since the backend function is the
same, the total time is the same, but at least the homepage will load
for the user.

We shall refactor the backend sql query to have only one query done
against postgresql.
parent 59f711ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment