nens / lizard-catalogue

Lizard Catalogue
https://demo.lizard.net/catalogue/
0 stars 0 forks source link

Admin wheel in Catalogue leads to old raster link instead of new raster layer link to management #269

Closed joeriverheijden closed 3 years ago

joeriverheijden commented 3 years ago

image.png

joeriverheijden commented 3 years ago

@hoanphungt @lexvand

Derryrover commented 3 years ago

A classical example of Linkrot: https://nl.wikipedia.org/wiki/Linkrot

As handy as links are, they are very sensitive to it. Modern saas applications might prevent this by saving links to pages centralized (see also "Linkrot vermijden" on the wikipedia page).

hoanphungt commented 3 years ago

@Derryrover I fixed the link for now. What you suggested is also nice, I don't quite understand your last point though:

Modern saas applications might prevent this by saving links to pages centralized (see also "Linkrot vermijden" on the wikipedia page).

Does it mean we store our links in a database?

hoanphungt commented 3 years ago

Fixed and merged to master

Derryrover commented 3 years ago

@Derryrover I fixed the link for now. What you suggested is also nice, I don't quite understand your last point though:

Modern saas applications might prevent this by saving links to pages centralized (see also "Linkrot vermijden" on the wikipedia page).

Does it mean we store our links in a database?

Yes. Links are "content". Content should be data(base) driven. Not hardcoded in the program routines. Pragmatically it can be faster to hardcode links of course, but usually big systems use "content management" for this.