julianharty / testing-heuristics

Experiments to see if we can establish evidence of the value of testing heuristics
MIT License
3 stars 0 forks source link

Dynamic URL rewriting #13

Closed ISNIT0 closed 7 years ago

ISNIT0 commented 7 years ago

It's pretty difficult to detect the correct term-page, so instead we generate dynamic pages (not great, but better than nothing). When the file being linked to is missing, we show a sparse looking error page:

image

image

I think it's worth looking at this properly at some point to figure out if all links can be provided via the catalog.json file, or just linking to an html page that we know will exist (does work).