mysociety / pombola

GNU Affero General Public License v3.0
65 stars 42 forks source link

[ZA] Simplify province pages #2475

Open zarino opened 5 years ago

zarino commented 5 years ago

Based on comments from Gaile and Rashaad about "province pages" like https://www.pa.org.za/place/eastern-cape/

screenshot_2018-09-06 people s assembly

zarino commented 5 years ago

2494 has done some work towards tidying up the bottom half of this page, by fixing the tab styling and removing the summary row:

screen shot 2018-10-12 at 09 42 10

Still to do (as above):

chrismytton commented 5 years ago

PMG have asked if it's possible to get rid of the whitespace to the right of the Google Map?

zarino commented 5 years ago

PMG have asked if it's possible to get rid of the whitespace to the right of the Google Map?

It is annoyingly difficult to do. Under the hood, the place pages are use the same layout at the person pages, where the person’s photo is floated left, name and details floated right, and then the rest of the page content continues below them.

The layout is less noticeable on person pages, because the person’s name is followed by one or more contact buttons, which fill the vertical space to the side of the photo, and then the photo itself is followed by a sidebar of contact details, again filling up space.

The only way to remove this space from the place pages would be to have them no longer inherit the person page layout. It’ll be a fair chunk of work, but maybe worth it? Could be something to discuss on our next monthly call, @GeorgieBurr?

GeorgieBurr commented 5 years ago

The call is in another 2/3 weeks from now... do you think it could wait until the call to be discussed? I have added it to the agenda :)

GeorgieBurr commented 5 years ago

Action break up into smaller tickets:

chrismytton commented 5 years ago
  • They want to rename those accordion links so they’re no longer all “Members of…”. New wording:
    • Members of the Provincial Legislature
    • National Assembly members from provincial list
    • Permanent Delegates to National Council of Provinces

This has been done in https://github.com/mysociety/pombola/pull/2544.