mysociety / yournextrepresentative

A website for crowd-sourcing structured election candidate data
https://candidates.democracyclub.org.uk/
GNU Affero General Public License v3.0
56 stars 21 forks source link

Add support for editing alternative names for people #860

Closed mhl closed 8 years ago

mhl commented 8 years ago

Previously there was no support for adding, deleting or editing alternative names for people in YNR, although this is supported by the Popolo data model.

This commit adds basic support for editing alternative names for people; the page for managing a person's other names is linked to from the person edit page under their full name.

Fixes #749

Things still to do (although this is usable without them):

link-to-manage-alternative-names

The alternative names page

manage-other-names

The add new name form

add-new-form

wfdd commented 8 years ago

Some of the text hasn't been marked up for translation (line 30 in the person form, etc.).

mhl commented 8 years ago

@wfdd I hope I've marked up the remaining strings in 2bb8812 but do let me know if I've still missed some.

wfdd commented 8 years ago

Just the one; thanks.

struan commented 8 years ago

This looks good to me.