mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
update status - online edit of handbook/troggle/namesredesign.html
This commit is contained in:
parent
96af546bed
commit
5264ad2987
@ -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 <first_name> and <last_name>.
|
||||
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/<slug:slug>', 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.
|
||||
|
Loading…
Reference in New Issue
Block a user