Niklas

Results 18 issues of Niklas

### Aktuelles Verhalten Wenn man ein Objekt, mit einem "&" im Namen sucht, wird dieses komisch dargestellt ![image](https://github.com/hitobito/hitobito/assets/68543592/c304c2b2-aaae-44e7-ba59-afa8cf2605fc) ### Gewünschtes Verhalten Der Name der Person oder Gruppe sollte genau wie...

bug
help wanted

### Aktuelles Verhalten Wenn die Navigationseite "Notes" auf einer Gruppe aufgerufen wird, wird bei Notitzen einer Person das Icon nicht geladen. ### Gewünschtes Verhalten Das Icon soll geladen werden ###...

bug
good first issue

Ab dem 17.10.23 sollten alle Instanzen den neuen Mailstack haben, somit kann der alte entfernt werden # Tech-Spec Environment variable - https://github.com/hitobito/hitobito/blob/master/config/settings.yml#L52 Mail Relay - https://github.com/hitobito/hitobito/blob/master/app/jobs/mail_relay_job.rb - https://github.com/hitobito/hitobito/tree/master/app/domain/mail_relay Specs -...

feature

"In Datenfeldern, alt und schwer, liegt der Wunsch nach etwas mehr. Mit PostgreSQL, frisch und klar, erstrahlen sie in neuem Glanz, das ist wahr." oder so.... # Related Tickets -...

feature
epic

In this ticket is a list of other PostgreSql Migration related tasks. # ToDo - [ ] Sbom migrieren - [ ] Docs updaten # Nice-to-Have - [ ] Replace...

feature

In this ticket we want to check all wagons to work with PostgreSql. All failing specs have to be fixed. # ToDo - [ ] Run Wagon CI with postgresql-migration...

feature

A first approach to implement pg_search was already made here: https://github.com/njaeggi/hitobito/tree/feature/postgresql-fulltext-search # ToDo - [ ] Implement feedback: https://github.com/mtnstar/niklas-ipa-hitobito/pull/2 - [ ] Find Solution for Infix Search - [ ]...

feature

Adjust all failing queries to PostgreSql Approach and turn Test Suite green again :rocket:. # ToDo - [ ] Fix all queries - [ ] CI Build runs smoothly

feature

CASE statements (mostly used in ORDER BY in our case) make queries more difficult to migrate. When a query uses DISTINCT and and CASE statement we are forced to use...

feature