rumca-js / Django-link-archive

Link archive for a NAS drive
https://renegat0x0.ddns.net/apps/rsshistory
GNU General Public License v3.0
19 stars 2 forks source link

cleanup should remove permenent flag #166

Open rumca-js opened 6 days ago

rumca-js commented 6 days ago

Problem: we would like to clear existing permanent flag, update it. Overview flag is used to identify that this is domain url, or source entry url

Affects:

Clearing the flag is costly, we would need to evaluate each link, check it, why is it permanent, if it is necessary. 'Bookmarked' should not be used, as source can be removed, and so should be source entry. It is no longer permanent.

We could have some other field like "parent_id" to identify domains vs nondomains.

Will domains will not have parent id?

Solutions