equinor / witsml-explorer

Witsml Explorer data management tool.
Apache License 2.0
48 stars 50 forks source link

Make download log data options more clear #2565

Closed eliasbruvik closed 3 weeks ago

eliasbruvik commented 1 month ago

You can select shown interval, selected and all data from the options. But shown interval currently downloads whatever data has been fetched, which is limited to the current server's maxDataNodes and maxDataPoints. I suggest these changes:

  1. Rename "Download selected" to "Download selected rows"
  2. Rename "Download shown interval" to "Download selected range" and change the functionality so that it orders the same job as when downloading all data, but with the additional startIndex and endIndex parameters.
  3. Rename the title "Download" to "Download log data for 11 mnemonics" or something similar to make it clear that data will only be downloaded for the selected mnemonics.

Current options: image

Index range and mnemonics selected for the log: image