diff --git a/handbook/troggle/namesredesign.html b/handbook/troggle/namesredesign.html index 4e02d0002..1d3de1542 100644 --- a/handbook/troggle/namesredesign.html +++ b/handbook/troggle/namesredesign.html @@ -9,14 +9,20 @@

CUCC Expedition Handbook - Peoples' names design options

+ +

What, How and Why : Peoples' names

+ +This was basically fixed in 2023. A root-and-branch replacement of peoples names with a 'slug' derived from peoples' names. However we still have things we could do to implrove 'folk' +

Names: Why it is a problem

@@ -67,7 +73,7 @@ In urls.py we used to have where the 'transmission noise' is attmpting to recognise a name and split it into <first_name> and <last_name>. Naturally this failed horribly even for relatively straightforward names such as Ruairidh MacLeod.

-We now [October 2023] have + We now [October 2023] have path('person/<slug:slug>', person, name="person"),
@@ -79,6 +85,8 @@ which is a lot easier to maintain.

Troggle folk data importing

+ This still needs fixing [Feb.2024] +

Troggle reads the mugshot and blurb about each person. It reads it direct from folk.csv which has fields of URL links to those files. It does this when troggle is run with