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

Feature/ab#1319 add detail panel to each marker on map #140

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Alihusejn
Copy link
Contributor

Description

  • Added a panel of details for each marker by clicking
  • Improved panel filter
  • Removed scrollbar
  • Fixed translation mistake
  • Decisions should now be sorted by date, in descending order

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@Alihusejn Alihusejn requested a review from witchpou December 18, 2024 22:43
@witchpou witchpou changed the base branch from main to feature/AB#1320-FILTER-BY-INCIDENT-TYPE December 19, 2024 08:51
Copy link
Contributor

@witchpou witchpou left a comment

Choose a reason for hiding this comment

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

  1. Please fix issues in PR Added a feature to filter incidents by type #139 in the according PR. Answer questions.
  2. Dialog is looking different and not user friendly. Why you copied the code? Maintenance and further extensions might be difficult.
    image
    image

right: showPanel ? '320px' : '10px',
bgcolor: 'white'

function DecisionDialog() {
Copy link
Contributor

Choose a reason for hiding this comment

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

What was the reason to place the implementation of the DecisionDialog Component inside the file for the DecisionOverviewMap? Think about implementation options which would provide a better maintenance.

Copy link
Contributor

@witchpou witchpou left a comment

Choose a reason for hiding this comment

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

Please reuse dialog component if possible. Video is not working and styling is different.

@witchpou witchpou changed the base branch from feature/AB#1320-FILTER-BY-INCIDENT-TYPE to main January 20, 2025 09:25
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.

2 participants