TechAndCheck / tech-and-check-alerts

Daily tip sheet for fact checkers
MIT License
13 stars 6 forks source link

Make twitters lists DB driven #364

Closed slifty closed 4 years ago

slifty commented 4 years ago

In the effort towards #360 we need the twitter lists to be a database entity. This means:

  1. Creating a new "twitter list" table.
  2. Removing the concept of "list names" and instead using primary keys.

This might also mean changing the newsletter generation, but we can be a little more ugly there since that is being actively rewritten (and indeed this issue is just an attempt to split up the PRs associated with that rewrite).