Add notes for 2022-12-23

This commit is contained in:
2022-12-23 10:04:37 +02:00
parent 3be39e67fa
commit 249a63404b
29 changed files with 62 additions and 34 deletions

View File

@ -253,4 +253,15 @@ $ psql -c 'SELECT * FROM pg_locks pl LEFT JOIN pg_stat_activity psa ON pl.pid =
- I ran all updates and restarted the server
## 2022-12-22
- I exported the Initiatives collection to check the mappings
- My `fix-initiative-mappings.py` script found six items that could be mapped to new collections based on metadata
- I am still not doing automatic _unmappings_ though...
## 2022-12-23
- I exported the Initiatives collection to check the metadata quality
- I fixed a few errors and missing regions using csv-metadata-quality
<!-- vim: set sw=2 ts=2: -->