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

Verbleibende ungenutzte Konfigurationsparameter #12

Open
kmohrf opened this issue Apr 23, 2023 · 0 comments
Open

Verbleibende ungenutzte Konfigurationsparameter #12

kmohrf opened this issue Apr 23, 2023 · 0 comments

Comments

@kmohrf
Copy link
Collaborator

kmohrf commented Apr 23, 2023

Die Map-Config, die ich für die Konfiguration der Anwendung nutze hat noch ein paar Schlüsselwerte, die ich bisher nicht auswerte:

type UnusedLegacyMapConfigurationSubset = {
  item_draft_marker_icon: unknown;
  preferred_status_marker_icon: string;
  filter_availability: {
    day_count_max: string;
  };
  show_scale: boolean;
  marker_map_bounds_initial: boolean;
  marker_map_bounds_filter: boolean;
  marker_tooltip_permanent: boolean;
  show_location_contact: boolean;
  show_location_opening_hours: boolean;
  show_item_availability: boolean;
  label_location_distance_filter: string;
  show_item_availability_filter: boolean;
  label_item_availability_filter: string;
};

Manche davon sind vielleicht irrelevant und können wir ignorieren, aber eventuell habt ihr noch einen Hinweis für mich, welche ausgewertet werden und was genau sie bewirken sollen. Die meisten davon habe ich bisher nicht ausgewertet, weil ich nicht weiß, was sie tun sollen oder mir das zumindest in Verbindung mit dem Wertetyp nicht erschließen konnte.

Hast du Input @hansmorb?

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

No branches or pull requests

1 participant