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

50 oqapiattribute completeness allow definition of custom attributes #53

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
377d7ca
feat: add edit button next to the attribute select search dropdown
mcauer Nov 22, 2024
ecc56fd
feat: add editor modal dialog
mcauer Nov 22, 2024
8ec8dcd
chore: update .gitignore
mcauer Nov 22, 2024
6e3c1be
feat: add prism code editor dependency
mcauer Nov 25, 2024
f8d317e
feat: add new prism editor component
mcauer Nov 25, 2024
381f899
feat: create custom filter string for attribute editor from predefine…
mcauer Nov 25, 2024
1ef3d84
chore: update semantic-ui from 2.2.13 to 2.5.0
mcauer Nov 28, 2024
56ac6aa
test: fix test for attribute editor modal
mcauer Nov 28, 2024
c1392a8
feat: add template switch for named or custom attributes
mcauer Nov 28, 2024
f1d5deb
feat: create new angular form input component to encapsulate semantic…
mcauer Nov 29, 2024
208e88e
fix: get rid of unnecessary update cycles triggered by leaflet events…
mcauer Nov 29, 2024
4274b37
chore: improve typings
mcauer Nov 29, 2024
17df5da
refactor: move getAttributeFilter function from component to service …
mcauer Nov 29, 2024
8cd81c7
feat: implement attribute dropdown with new SuiMultiSelectSearchDropd…
mcauer Nov 29, 2024
f10a545
feat: make prism-editor component optionally 'readonly'
mcauer Dec 6, 2024
bcb0796
feat: create more utility functions to access attribute metadata to t…
mcauer Dec 6, 2024
586f427
feat: add generic handling of indicator params
mcauer Dec 6, 2024
533bcce
feat: hand over more information about the current topic to the attri…
mcauer Dec 6, 2024
3887726
feat: user can now switch between predefined attributes and user defi…
mcauer Dec 6, 2024
26a799d
fix: close icon for custom attribute label stays on top right
mcauer Dec 6, 2024
49641b8
fix: only keep dist files of Semantic-UI
mcauer Dec 6, 2024
f614284
fix: remove warnings for missing font files in karma test runner
mcauer Dec 6, 2024
a22941f
refactor: address sonar cloud code quality issues
mcauer Dec 6, 2024
d613afc
refactor: address sonar cloud code quality issues
mcauer Dec 6, 2024
08fce3e
test: improve test coverage for oqapi services and components
mcauer Dec 6, 2024
d002d00
docs: update CHANGELOG.md
mcauer Dec 6, 2024
4e4c175
fix: wrong computation formula for attribute completeness
mcauer Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Thumbs.db
# nx cache
/.nx/cache/

# used for test deployment (see scripts)
/temp-test-repo
/scripts
# folder related to deployment
/scripts/
/temp-test-repo/
/temp-prod-repo/

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## current
* feat: (oqapi, attribute-completeness): Allow definition of custom attributes ([#50])
* upgrade to Semantic-UI 2.5.0
* compatible with api.quality.ohsome.org (OQAPI) >= v1.8.0

[#50]: https://github.com/GIScience/ohsome-dashboard/issues/50

## v1.4.0
* feat: (oqapi, attribute-completeness): Allow selection of multiple attributes ([#47])
* updated to angular v18
Expand Down
322 changes: 0 additions & 322 deletions Semantic-UI-2.2.13/.csscomb.json

This file was deleted.

18 changes: 0 additions & 18 deletions Semantic-UI-2.2.13/.csslintrc

This file was deleted.

Loading