update status - online edit of handbook/troggle/namesredesign.html

This commit is contained in:
Expo on server 2024-02-28 16:05:39 +00:00
parent 96af546bed
commit 5264ad2987

View File

@ -9,14 +9,20 @@
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expedition Handbook - Peoples' names design options</h2>
<h1>What, How and Why : Peoples' names</h1>
<ul>
<li><a href="#why">Why</a>
<li><a href="#maint">Maintenance constraints</a>
<li><a href="#whatold">What we have now</a>
<li><a href="#otherfolk">Further options for folk</a>
</ul>
<span style="color:red">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'</span>
<ul>
<li><a href="#otherfolk">Further options for folk</a>
</ul>
<h2 id="why">Names: Why it is a problem</h2>
@ -67,7 +73,7 @@ In <var>urls.py</var> we used to have
where the 'transmission noise' is attmpting to recognise a name and split it into &lt;first_name&gt; and &lt;last_name&gt;.
Naturally this failed horribly even for relatively straightforward names such as <em>Ruairidh MacLeod</em>.
<p>
We now [October 2023] have
<span style="color:red">We now [October 2023] have</span>
<code>
path('person/&lt;slug:slug&gt;', person, name="person"),<br />
@ -78,6 +84,8 @@ We now [October 2023] have
which is a lot easier to maintain.
<h4>Troggle folk data importing</h4>
<p>
This still needs fixing [Feb.2024]
<p>
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.