Jannik Pulfer
Jannik Pulfer
**Beschreibung** Im moment ist es so, dass `person` eine relation zu einem model namens `expertise_topic_skill_value` hat. Dieses wiederum hat eine Relation zu `expertise_topic`. `expertise_topic_skill_value` scheint dabei die alte Implementation des...
To make the query_params more readable, we should clean up the form field names. At the moment these looks something like this:  It's not really clear what the brackets...
At the moment the skill search consists of multiple turbo frames and partials. We want to clean this up if possible. The current plan is to use the new (since...
To reconstruct the fields of the skill search after a reload and for the view to have access to the results, we have a filter_params class that is provided as...
There are a few places where dropdown items are not translated yet. These are the ones I have found so far: - Person edit form - The default case in...
Before the rework the people skill search had the following known bugs. After the rework investigate if these bugs still occur and fix them if they do. - When adding...
When creating or editing a person you can upload an avatar. When the form validation fails the avatar should be loaded from cache. At the moment it seems like the...
Currently the link prefetching in the people skills dropdown only works when using a mouse, since turbo only listens for `mouseenter` events on links. To make the experience smoother for...
While upgrading Rails to v8 I pinned the sass version to 1.77.6 for now, because after this version we get deprecation warnings from bootstrap, because it doesn't use the new...