todo updates

This commit is contained in:
Philip Sargent 2023-02-02 22:01:54 +00:00
parent 8e31039c19
commit b74561a31d

View File

@ -75,7 +75,7 @@ to-do list for programming you are likely to find anywhere. Every serious mainta
</details>
<h3>Wallets extras</h3>
<details><summary><!--2023-01-29 psargent-->Things wallets.py might do in future </summary>
<details><summary><!--2023-01-29 psargent-->Things wallets stuff might do in future </summary>
<li class="todo">- being more intelligent about .topo files and thus the lack of scan files,
</details>
@ -124,7 +124,7 @@ to-do list for programming you are likely to find anywhere. Every serious mainta
<details><summary><!--2022-02-15 psargent-->MIME types and filename extensions</summary>
<li class="todo">We should use standard <a href="https://docs.python.org/3/library/mimetypes.html">https://docs.python.org/3/library/mimetypes.html</a>
to convert between mimetypes and filenames, not our own hacks
<li class="todo">We should not be relying on filenames to accurately describe the format of the files. This is not robus and may also be a bit insecure.
<li class="todo">We should not be relying on filenames to accurately describe the format of the files. This is not robust and may also be a bit insecure.
We should use <a href="https://github.com/ahupp/python-magic">python-magic</a> or some other wrapper around Linux libmagic1 C library.
But note that there are TWO packages called python-magic, see https://stackoverflow.com/questions/436220/how-to-determine-the-encoding-of-text/16203777#16203777
</details>
@ -137,13 +137,6 @@ But note that there are TWO packages called python-magic, see https://stackoverf
</details>
</details>
<details><summary><!--2022-02-19 psargent-->gardening our main model files for unused things</summary>
<li class="todo">get rid of 'expeditionday' as a concept everywhere ?
</details>
<h3>Expo Server</h3>
<details><summary><!--2020-07-24 psargent--> document cgit installation and config</summary>
<li class="todo"><!--2020-07-24 psargent-->as per Wookey on Debian 10. Finish merging Wookey's instructions into handbook