konsti

Results 178 issues of konsti

We do actually have data for email and phone, so we should show that https://github.com/OParl/resources/blob/fd528c1ed9c3f9669d05692605729b9f8117ae7f/count_attributes.py#L8-L28

- [ ] Unsere eigenen Info-Seiten zu wagtail-Seiten machen und als json im Repository verwalten. - [ ] Wagtails Backend für Bilder und Dokumente durch minio-Buckets ersetzen

E.g. "Martin-Luther-Ring 4-6, 04109 Leipzig" vs "Martin-Luther-Ring 4 - 6, 04109 Leipzig"

Currently the fullness of the map depends on the recent documents. We could easily replace this with a fixed number of Locations by using: ``` Location.objects.all().annotate(file_sort_date=Max("file__sort_date")).order_by("file_sort_date").distinct()[:settings.MAP_LOCATION_COUNT] ``` I think this...

enhancement

Leipzig (and likely other cc-egov) communities have a bunch of persons duplicated. The duplicates aren't in the external list for person and are apparently identical except for the id. We...

vendor-specific

E.g. https://ratsinfo.leipzig.de/bi/oparl/1.0/agendaItems.asp?id=1087542: ``` Änderung zum Bau- und Finanzierungsbeschluss Sportkomplex Sportforum Nordanlage aufgrund von Mehrkosten im Zusammenhang mit der Bestätigung einer überplanmäßigen Auszahlung gemäß §79 (1) SächsGemO (Einreicher: Dezernat Umwelt, Ordnung,...

enhancement

Bis jetzt wirft der iCal-Export beim Abrufen von gelöschten Terminen einfach einen Fehler und abgesetzte Termine werden nicht extra behandelt.

enhancement
Low priority

* In der Dateianzeige bei >=md alle Infos in die Sidebar verschieben * Für mobil ein modal mit einem Dokumenten-Wechsler * Evtl. kann man die zweispaltige Ansicht dann zumindest für...

enhancement
Low priority
UX

enhancement
Low priority

[This bootstrap example](https://getbootstrap.com/docs/4.0/examples/floating-labels/) shows how to create material design like floating labels. We should extract the necessary code and include it for until bootstrap itselfs ships this.

enhancement
Low priority
UX