- Mar 22, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
In the 'utils' module, the imports are relative to the current file; the variables can not be named like an other module (here the variable 'sql' was conflicting with the module 'sql').
-
Marco De Donno authored
-
Marco De Donno authored
If not present, the default is assumed to be "touching" and "none"
-
Marco De Donno authored
-
- Mar 21, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
- Mar 20, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
- Mar 19, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
Display the notification for missing tenprint cards on the 'add file' page for the submitter accounts
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
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.
-
Marco De Donno authored
This will position the tooltip relative to the position of the mouseenter-ed object, and not the position of the mouse. This will improve the reliability of the placement for the tool tip since the location of the div on the screen does not changes.
-
Marco De Donno authored
-
- Mar 18, 2021
-
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
-
Marco De Donno authored
This allows to easily import the function to generate the markers, instead of copy/paste the same div>svg tags.
-