-
Notifications
You must be signed in to change notification settings - Fork 51
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
#2534 UID Mapping #2567
#2534 UID Mapping #2567
Conversation
9967148
to
2b8f9ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking a while. Started on a review, but not finished yet. Anyways, added some comments on things that can be improved, and some questions to help me understand the logic.
Src/WitsmlExplorer.Frontend/components/ContextMenus/ContextMenuUtils.tsx
Outdated
Show resolved
Hide resolved
Src/WitsmlExplorer.Frontend/components/ContextMenus/ContextMenuUtils.tsx
Outdated
Show resolved
Hide resolved
9f9a206
to
96fd79d
Compare
- refactoring - removed unused usings - added missing objects mappings for show on server - added missing validation - changed complex key to serialized JSON (LiteDB doesn't support complex objects as key) - updated tests
- refactoring - removed unused usings - added missing objects mappings for show on server - added missing validation - changed complex key to serialized JSON (LiteDB doesn't support complex objects as key) - updated tests
…om/vaclavbasniar/witsml-explorer into features/2534_wellbore_uid_mapping
# Conflicts: # Src/WitsmlExplorer.Frontend/components/ContextMenus/FluidContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/LogCurveInfoContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/LogsContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/ObjectMenuItems.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/ObjectsSidebarContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/TrajectoryStationContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/TubularComponentContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/WbGeometrySectionContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/WellContextMenu.tsx # Src/WitsmlExplorer.Frontend/components/ContextMenus/WellboreContextMenu.tsx
* bug fixes * automatic removal of UID mapping on well/wellbore delete * automatic cleanup of UID mappings pointing to deleted well/wellbores on copy to * unit tests update
Src/WitsmlExplorer.Frontend/components/Modals/WellboreUidMappingModal.tsx
Outdated
Show resolved
Hide resolved
- optimization - virtualization - refactoring - debounce
- removed virtualizer - added search result limit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewer checklist
- Read issue and PR
- Pulled branch and manually tested
- Verify that PR resolves issue
- Reviewed the code
- fixed well node toggling
Fixes
This pull request fixes issue #2534
Description
Type of change
Impacted Areas in Application
Checklist:
Communication
Code quality
Test coverage
Further comments