Closed rightsaidjames closed 9 years ago
Yep, so I was deliberately leaving this out for a while, to get people to concentrate on the CVs themselves, and to keep it simple.
You can tell I think this is silly really, as on the /candidates
page it looks like this (South Cambs, use CB23 6EA postcode to see live).
With long names it is ugly on narrow browsers (mobile) though because the wrapping makes the whole layout jump about.
Yep, am up for doing it on all the pages, if you can make it fit and look good! Suspect it will be ace, just hasn't been an itch I have.
Ah, hadn't considered mobile - perhaps if the layout of CVs (on any overview-type page) was changed to 1 per row below a certain viewport width? This would solve the wrapping issue for long names:
Although a quick dig through your code and the Bootstrap docs suggests there isn't an easy way to do this without having massive thumbnails all the way up to 768px (the tablet breakpoint), which looks equally silly:
I'll have a poke around and use what you have on the /candidates page as a guide for styling it up.
I talked to a friend about this this morning.
One thing he said was that the important thing on the front page / all page is to show the constituency. Name and party are secondary.
Which is interesting - there are three potential pieces of information. (Unlike /candidates which only has to show two)
It needs playing with to have something that works and isn't cluttered.
Also, as a fallback if we can't do it, having a Bootstrap tooltip with the information in it would be definitely a good idea.
Francis
On Wed, Mar 25, 2015 at 06:51:01AM -0700, James Thomas wrote:
Ah, hadn't considered mobile - perhaps if the layout of CVs (on any overview-type page) was changed to 1 per row below a certain viewport width? This would solve the wrapping issue for long names:
Although a quick dig through your code and the Bootstrap docs suggests there isn't an easy way to do this without having massive thumbnails all the way up to 768px (the tablet breakpoint), which looks equally silly:
I'll have a poke around and use what you have on the /candidates page as a guide for styling it up.
Reply to this email directly or view it on GitHub: https://github.com/frabcus/mpcv/issues/38#issuecomment-86035373
Help get every MP candidate's Curriculum Vitae! http://cv.democracyclub.org.uk/
There's now a constituency list version of the all page.
http://cv.democracyclub.org.uk/all_cvs/alphabet/medium
Not sure it is quite right, but it has the info at least.
At the moment the All CVs page displays a list of all uploaded CVs in the order they were uploaded (most recent first). However with the thumbnail-sized preview you often have to zoom in/squint to see the name at the top of the document, and unless the candidate has included this info on their CV there's no way to know their party or constituency. It would be good if this template displayed each candidate's name, party and constituency, either as a heading above the preview or above/below the 'View full page' link.
The same lack of candidate info issue exists for the 'recently added' view on the homepage, but due to the increased size of the preview you can usually read the candidate's name without zooming in or squinting.
Happy to submit a pull request to add this functionality to the relevant templates, but wanted to check it was wanted first!