Robert Schäfer

Results 72 issues of Robert Schäfer

```gherkin Feature: Filter by genre As a user I want to filter the list of available broadcasts by genre To see broadcasts that are more relevant to me ```

user story
backend
frontend

If you visit https://api.rundfunk-mitbestimmen.de//chart_data/geo/geojson.json you can see the values for the choropleth map in the json: ```json ... "user_count_total": 43, "user_count_normalized": 0.1053921568627451 ... ``` We want to send these numbers...

backend

* **I'm submitting a ...** * feature request * **What is the current behavior?** The distribution of users (in absoulute numbers :disappointed:) is shown for every German federal state: https://rundfunk-mitbestimmen.de/visualize/geo...

Epic

Somebody added this broadcast yesterday: ![selection_003](https://user-images.githubusercontent.com/2110676/28619504-04a64e5c-7209-11e7-9e7f-6363ce3bf932.png) After googling for a while, I couldn't find a broadcast with this name. I believe the author wanted to suggest a not yet existing...

backend
frontend

A visit of https://rundfunk-mitbestimmen.de/visualize/time/42 should display a placeholder but with the broadcast title. We could then link from every broadcast detail view to the respective visualizations already. ![selection_066](https://user-images.githubusercontent.com/2110676/31611872-18d73354-b27e-11e7-9159-ed22d06d00a5.png)

frontend
good first issue

The model of the route at https://rundfunk-mitbestimmen.de/visualize/time should load the chart data from the backend of that very broadcast.

frontend

# Epic: Show the development of one broadcast over the last 6 months * **What is the current behavior?** There is just a placeholder: https://rundfunk-mitbestimmen.de/visualize/time * **What is the expected...

user story
Epic

The frontend should send `age-group` and `gender` to the backend when an authenticated user clicks into the population pyramid chart. Unauthenticated users should see a login button, see an example...

frontend
help wanted

# Epic: Interact with population pyramid * [ ] show the German population pyramid as a chart * [ ] backend can receive age and gender to update the user...

Epic

* **I'm submitting a ...** * user interface improvement * **What is the current behavior?** Every time when I click on the pagination links, I have to wait for the...

backend
frontend
performance