democracy-client icon indicating copy to clipboard operation
democracy-client copied to clipboard

🗣Include constituency and friends in type NamedPollDeputy

Open roschaefer opened this issue 5 years ago • 0 comments

🚀 Feature

@tillprochaska and I are looking at your API here. We want to use the data for a programming course. Our use case is a journalist who writes a report about one particular procedure in the German Bundestag and the voting results. The reader of the report should be able to enter the name or the number of the constituency and see all deputies and their respective votes.

Here's the query:

{
  namedPolls(limit: 10) {
    title,
    date,
    votes {
      deputies { webId, vote }
    }
  }
}

It would be great if you could include that missing piece of information constituency, constituencyName and maybe directCandidate above :point_up:

Design & Layout

Here's a list for what we would like to achieve. Unfortunately, this is the list of all deputies, but we would like to get a list for a particular namedPoll: https://codepen.io/anon/pen/MRdvMp

Screenshot (88)

Schedule

Tomorrow, OK? :stuck_out_tongue:

Our programming course is this Sunday, May 5th. We will merge it client-side for now, but probably this is a common feature request.

roschaefer avatar Apr 30 '19 15:04 roschaefer