ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
19 stars 12 forks source link

Number formatting in query result panel (small, but important fixes) #27

Closed hannahbast closed 4 years ago

hannahbast commented 4 years ago
  1. The number of query results (shown in two places on top of the query result table is often large. Could you please print it with thousands separators (e.g. 57,646,070) just like you do it already for the index information.

  2. The running time in ms is shown with a precision of 6 digits after the dot. That level of detail is confusing. It's enough to round to the next integer here. However, following the previous item, it would be important to show this integer with thousands separators (e.g. 12,546ms), so that one can easily see the number of seconds for a query that takes longer.

  3. The query rows are numbered in light gray. That is great. However, please start the numbering at 1, not at 0.