Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Log Curve Priority #2519

Closed
5 tasks
eliasbruvik opened this issue Aug 13, 2024 · 0 comments · Fixed by #2544
Closed
5 tasks

Global Log Curve Priority #2519

eliasbruvik opened this issue Aug 13, 2024 · 0 comments · Fixed by #2544
Assignees
Labels
Enhancement Improvement of existing functionality Javascript Pull requests that update Javascript code .NET Pull requests that update .net code
Milestone

Comments

@eliasbruvik
Copy link
Contributor

eliasbruvik commented Aug 13, 2024

As a user, I would like to be able to have a global set of log curve priorities that are applied to all logs regardless of their server, well and wellbore.

As shown in the image below, we currently have functionality to mark a curve as Priority and apply a filter to only show the prioritized curves.
image

Clicking "Edit priority" brings up this modal:
image

The priorities are saved in the database with the well and wellbore uids as keys (the well-wellbore combination decides which set of saved priorities are applied). We should keep the current functionality as is, but add an option to make the priority of a curve global.

In addition, it should be possible to import/export the priority to a csv file. The Missing Data Agent has import/export functionality similar to what I have in mind (right-click on a well to find it). As the table already has a built-in download option, the export is already in place.

I suggest that it can look similar to this:
image

Requirements:

  • A global set of priorities applied to every log.
  • Ability to edit whether or not a priority should be global.
  • The global priorities are stored in the database along with the normal priorities.
  • Ability to import the priority from a csv file.
  • Possibly some explanation in the modal of how the priorities works.
@eliasbruvik eliasbruvik added Enhancement Improvement of existing functionality .NET Pull requests that update .net code Javascript Pull requests that update Javascript code labels Aug 13, 2024
@eliasbruvik eliasbruvik added this to the Log milestone Aug 13, 2024
@robertbasti robertbasti self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement of existing functionality Javascript Pull requests that update Javascript code .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants