Mark Longair

Results 41 issues of Mark Longair

When people are deleted we should set a deleted attribute on them rather than actually remove the person from the database.

Difficulty 3
UK 2016 Priority

It's really time-consuming to go back afterwards and edit each person to set their party list position for the region list posts. It'd be great to be able to specify...

bulk-adding

On the review page, you see a list like this: ![need-parties-too](https://cloud.githubusercontent.com/assets/7907/14488590/e6e7e12e-0160-11e6-8ff8-dbff049e69b8.png) It would be great is this page also listed the party that the candidate has been indicated as standing...

bulk-adding

``` In [10]: party_set = PartySet.objects.get(name='Great Britain') In [16]: party_set.parties.filter(name__contains='Conservative') Out[16]: [, , ] ``` @symroe Any idea how this could have happened?

@symroe pointed out that a problem with an import script for the UK was also present in `jamaica_create_basic_site.py` and `cr_create_basic_site.py`. See https://github.com/DemocracyClub/yournextrepresentative/issues/59

If you're not in the "Trusted to Lock" group and use the add candidacy wizard to add a candidacy to a locked post, you can get through all the steps...

The boundaries relevant to a particular election are currently associated with a particularly MapIt generation and one or more area types. In MapIt Global, however, an area type of O05,...

Difficulty 3

There should be a simple interface for: - [ ] Importing / updating all parties for the country from Wikidata / EveryPolitician - [ ] Manual create / edit /...

At the moment, sorting out a MapIt is prominent early in the documentation - we should move that to a later, "advanced" section.

At the moment there are various places (see `git grep 'split()\[-1\]'`) where we pick the last white-space separated part of the name to sort on. This doesn't work even in...