Update notes for 2023-09-16

This commit is contained in:
2023-09-16 23:38:04 +03:00
parent 202d3fb88f
commit d60b85433d
32 changed files with 48 additions and 37 deletions

View File

@ -108,5 +108,9 @@ $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUS
- Export CGSpace to check for missing Initiative collection mappings
- Start a harvest on AReS
- Configure the privacy policy page on DSpace 7 using a themed component with the text from our DSpace 6 site
- I realized that for all my custom Angular components I should be using `routerLink` instead of `href` when I am constructing links
- The `routerLink` routes within the single page application and saves state, while the `href` reloads the page
- Using the `routerLink` way is faster and results in less flashing and jumping in the page when navigating
- See: https://stackoverflow.com/a/61588147
<!-- vim: set sw=2 ts=2: -->