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

Feat/dave 157 farbige messstellen #37

Merged
merged 56 commits into from
Jan 30, 2024

Conversation

vjohnslhm
Copy link

Description

Messstellen werden auf der Karte als Diamanten angezeigt. Je nach Status haben die Diamanten unterschiedliche Farben (Violett, Orange oder Rot).

Reference

Jira Ticket DAVE-157 KFZ-Detektordaten - farbliche Darstellung Messstellen -Adminportal

DanielOber and others added 30 commits December 5, 2023 14:06
* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst
* 🚧 koordinaten werden als query string in url gespeichert und ausgelesen

* 🚧 aktuelle position wird auch für messstellen gespeichert

* center wert wird an map übergeben

* 🎨
This reverts commit f9dc47b.
…-Detektordaten-Adminportal

# Conflicts:
#	frontend/src/api/service/SucheService.ts
#	frontend/src/components/map/ZaehlstelleMap.vue
Der-Alex-K and others added 13 commits January 11, 2024 15:40
…nto feat/DAVE-122_Erhebungsstellen-uebersicht
* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst

* working draft

* working draft

* cleanup

* cleanup2

* Sprint 3  (#32)

* Feat/dave 118 anpassungen tooltip und marker (#28)

* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst

* name entfernt und durch id ersetzt, (#30)

* testdaten angepasst (#31)

* Feature/dave 150 zurueckspringen karte (#29)

* 🚧 koordinaten werden als query string in url gespeichert und ausgelesen

* 🚧 aktuelle position wird auch für messstellen gespeichert

* center wert wird an map übergeben

* 🎨

---------

Co-authored-by: DanielOber <145556033+DanielOber@users.noreply.github.com>
Co-authored-by: VJ <145964798+vjohnslhm@users.noreply.github.com>

* edit messstelle angefangen

* merged from sprint

* Revert "merged from sprint"

This reverts commit f9dc47b.

* removed unused attr.

* removed unused attr.

* umgestellt auf composition api

* review comments implemented

* docu

* if-else reorganized

* add Todo

* edit Messstelle implementiert, Messquerschnitt vorbereitet

* edit Messquerschnitt implementiert

* Layout angepasst

* Tooltip angepasst

* Sprint 4 (#34)

* Feat/dave 118 anpassungen tooltip und marker (#28)

* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst

* name entfernt und durch id ersetzt, (#30)

* testdaten angepasst (#31)

* Feature/dave 150 zurueckspringen karte (#29)

* 🚧 koordinaten werden als query string in url gespeichert und ausgelesen

* 🚧 aktuelle position wird auch für messstellen gespeichert

* center wert wird an map übergeben

* 🎨

* Feat/dave 128 suche detektordaten adminportal (#33)

* 🐛 no-console rule wieder aktiviert (#23)

---------

Co-authored-by: DanielOber <145556033+DanielOber@users.noreply.github.com>
Co-authored-by: VJ <145964798+vjohnslhm@users.noreply.github.com>
Co-authored-by: martind260 <99957516+martind260@users.noreply.github.com>
Co-authored-by: alexander.kerscher <alexander.kerscher@muenchen.de>

* Anmerkungen umgesetzt

---------

Co-authored-by: DanielOber <145556033+DanielOber@users.noreply.github.com>
Co-authored-by: martin.dietrich <martin.dietrich@muenchen.de>
Co-authored-by: Bianca <150359703+BiancaBriller@users.noreply.github.com>
Co-authored-by: VJ <145964798+vjohnslhm@users.noreply.github.com>
Co-authored-by: martind260 <99957516+martind260@users.noreply.github.com>
…ungsstellen-uebersicht

# Conflicts:
#	frontend/src/api/service/MessstelleService.ts
#	frontend/src/components/messstelle/MessstelleForm.vue
#	frontend/src/components/messstelle/UpdateMessstelleDialogForm.vue
#	frontend/src/domain/dto/messstelle/MessstelleEditDTO.ts
#	frontend/src/util/DefaultObjectCreator.ts
Neue Bilder für die Diamanten Marker
…ebersicht' into feat/DAVE-157_farbige_messstellen
🐛 Default Icon wird jetzt korrekt angezeigt
🚧 Icon Farbe stimmt noch nicht mit Status überein
DTOs und Service im Backend angepasst, damit Messstellen-Status übergeben wird
@vjohnslhm vjohnslhm self-assigned this Jan 16, 2024
@vjohnslhm vjohnslhm changed the title Draft: Feat/dave 157 farbige messstellen Feat/dave 157 farbige messstellen Jan 17, 2024
Der-Alex-K and others added 4 commits January 18, 2024 11:28
* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst

* working draft

* working draft

* cleanup

* cleanup2

* edit messstelle angefangen

* merged from sprint

* Revert "merged from sprint"

This reverts commit f9dc47b.

* removed unused attr.

* removed unused attr.

* umgestellt auf composition api

* review comments implemented

* docu

* if-else reorganized

* add Todo

* edit Messstelle implementiert, Messquerschnitt vorbereitet

* edit Messquerschnitt implementiert

* Layout angepasst

* Tooltip angepasst

* Sprint 4 (#34)

* Feat/dave 118 anpassungen tooltip und marker (#28)

* demodaten angepasst

* tooltip messstelle angepasst

* Testdatenangepasst

* messstelle tooltip angepasst

* name entfernt und durch id ersetzt, (#30)

* testdaten angepasst (#31)

* Feature/dave 150 zurueckspringen karte (#29)

* 🚧 koordinaten werden als query string in url gespeichert und ausgelesen

* 🚧 aktuelle position wird auch für messstellen gespeichert

* center wert wird an map übergeben

* 🎨

* Feat/dave 128 suche detektordaten adminportal (#33)

* 🐛 no-console rule wieder aktiviert (#23)

---------

Co-authored-by: DanielOber <145556033+DanielOber@users.noreply.github.com>
Co-authored-by: VJ <145964798+vjohnslhm@users.noreply.github.com>
Co-authored-by: martind260 <99957516+martind260@users.noreply.github.com>
Co-authored-by: alexander.kerscher <alexander.kerscher@muenchen.de>

* OpenZaehlungView umgestellet auf CompositionApi + rename zu ErhebungsstellenOverView

* Anmerkungen umgesetzt

* erhebungsstellen uebersicht um Messstellen erweitert

* logik zur befuellung der MessstellenOverview eingebaut

* umgestellt

* rename

* fix search by enter

* conosle entfernt, reformat

* kommentare entfernt, reformat

* ErhebungsstellenOverview umbenannt und in eigene Overviews fuer Messstellen und Zaehlstellen aufgeteilt

* components vergessen

---------

Co-authored-by: DanielOber <145556033+DanielOber@users.noreply.github.com>
Co-authored-by: martin.dietrich <martin.dietrich@muenchen.de>
Co-authored-by: Bianca <150359703+BiancaBriller@users.noreply.github.com>
Co-authored-by: VJ <145964798+vjohnslhm@users.noreply.github.com>
Co-authored-by: martind260 <99957516+martind260@users.noreply.github.com>
…ge_messstellen

# Conflicts:
#	frontend/components.d.ts
#	frontend/src/domain/enums/MessstelleStatus.ts
#	frontend/src/router.ts
Copy link
Contributor

@Der-Alex-K Der-Alex-K left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passt alles. Bitte nochmal den aktuellen Sprint reinziehen. Du hast aktuell 46 commits und nicht nur deine Änderungen. Das passt so nicht.

@vjohnslhm vjohnslhm changed the base branch from sprint-old to sprint January 29, 2024 09:06
…ge_messstellen

# Conflicts:
#	frontend/src/components/map/ZaehlstelleMap.vue
@vjohnslhm
Copy link
Author

@Der-Alex-K, danke fürs review. ich habe sprint nochmal rein gemerged, aber wie ich die commits weg bekomme weiß ich leider nicht. in den changed files sind nur meine änderungen zu sehen.

@vjohnslhm vjohnslhm merged commit 8496cb4 into sprint Jan 30, 2024
2 checks passed
@vjohnslhm vjohnslhm deleted the feat/DAVE-157_farbige_messstellen branch January 30, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants