-
Notifications
You must be signed in to change notification settings - Fork 12
feat(manager): measurement editing #788
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
Open
0xmycf
wants to merge
18
commits into
geo-engine:main
Choose a base branch
from
0xmycf:measurement_editing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b7d6557
improve measurement component for recieving data
0xmycf 09f8a0c
ui for editing measurement for GdalSources
0xmycf 53009a2
making the measurement component a standalone component
0xmycf 8df4961
ui for editing measuremnt for OgrSources
0xmycf 1741b67
fix: `npm run test` test failure
0xmycf 0c068b6
fix: filter text values
0xmycf 0dee455
fix: add indication of measurement for gdal-datasets
0xmycf 97315a3
fix: add indication of measurement for ogr-datasets
0xmycf 6e43c80
fix(manager): reload datset after saving the loading info in dataset …
0xmycf 2a04244
fix(manager): Show Unit/Classes in result descriptor
0xmycf 77b6149
fix(manager): classification not saving correctly
0xmycf 7d0c22f
fix(manager): change of selected dataset did not show up in measureme…
0xmycf 956a628
fix(manager): apply button disable/enable
0xmycf 4793d6d
fix(manager): apply button enabled though measurement form is invalid
0xmycf e9b71e0
fix(manager): apply button and duplicate classes
0xmycf cee3ed9
Merge feat(manager): measurement editing #788 into main
0xmycf cfcd2a5
fix(manager): compilation errors after merge
0xmycf 34a99c3
fix(measurement): fix 'Cannot load dataset' after pressing 'Apply'
0xmycf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could you include some sort of indication in the UI that this section is meant for setting the measurement? Alternatively, would it maybe make sense to have the "geoengine-measurement" appear directly below the "Integer Columns" etc. fields when one clicks on a column name/enters a new one there? It might be more intuitive to have it directly there, associated with the column definition and would be neat to have it only appear when actively editing the column names this way and hidden otherwise.
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.
commit
I could change it s.t. the measurement appears underneath the selected column. However I would need to track which column is selected etc. ..a little bit more code.