jamesgeer / conf-twitter-bot

A Twitter Bot to post about academic papers
MIT License
4 stars 0 forks source link

Refactor Paper schema to reduce database queries and improve code quality #106

Closed EdwardChristian closed 1 year ago

EdwardChristian commented 1 year ago

Update the schema so that it looks something like this image

This way we can only query Paper and include Acm and Rschr in the select (union style query).

Also fix the frontend types so that it doesn't break what the others have done

EdwardChristian commented 1 year ago

using ConnectOrCreate image