You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty major database structure change- add a new layer of abstraction, differentiating between a "Source" - representing a news outlet in the most general sense- and a "Domain" - representing a specific webpage which we attempt to index content from. A source should be able to have multiple Domains.
The text was updated successfully, but these errors were encountered:
Any simplicity to be derived by making that a source_aliases table instead of a source_domains table? That would allow source.name to still exist as the primary domain like it is now, but allow a small number of sources to have optional entries in the "alias" table. We'd add a button to the source editing page that allows for converting, creating an entry in alias tabe, automatically copying over feeds, and then deleting. Just wondering if that simplifies for this edge case, or is more complex.
This is a pretty major database structure change- add a new layer of abstraction, differentiating between a "Source" - representing a news outlet in the most general sense- and a "Domain" - representing a specific webpage which we attempt to index content from. A source should be able to have multiple Domains.
The text was updated successfully, but these errors were encountered: