Log in

HCMC Journal

Wendat 2024-02-05 to 2024-02-09

to : Martin Holmes
Minutes: 690

On Monday got a good start on reconstituting the full build process, with a bunch of breakage initially, but by the end of the day I had the build succeeding, albeit without any entry or example pages yet.

On Tuesday got much further; all pages on the site are now building, with the headers and language switcher in place, and all the HTML is valid. I decided that it’s not practical to use CSS grid for the hyph rendering, and switched instead to a table. What’s not clear is how we should handle long examples, which will end up scrolling to the right; presumably we could detect length, and at pre-processing time we could split the words into separate hyphs?

On Wednesday, completed and debugged a first pass through entry and example rendering, adding processing for stems, and fixing issues with hyph rendering.

On Friday, added the meta tags for staticSearch filters, and did a couple of other bugfixes. Now waiting for some feedback from ML on what needs adding/fixing/changing.