feat: use subjects PostgreSQL table#268
Conversation
TB-153 Create PostgreSQL subjects table
Instead of using Algolia, I should simply create a PostgreSQL I'll then be able to use PostgreSQL relations to ensure that meetings, profiles, and orgs all reference valid and up-to-date (currently supported) subjects:
I'll then have to aggregate those fields into I can also add fancy relational constraints so that, for example, a |
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/tutorbook/tutorbook/68eoomwu3L5iSfyitcc5z3y1LgDG |
Codecov Report
@@ Coverage Diff @@
## develop #268 +/- ##
===========================================
- Coverage 69.27% 68.92% -0.36%
===========================================
Files 221 224 +3
Lines 4645 4704 +59
Branches 1263 1272 +9
===========================================
+ Hits 3218 3242 +24
- Misses 1427 1462 +35
Continue to review full report at Codecov.
|
📝 Changed routes:Commit 6d9691d (https://tutorbook-5kc9kjyud-tutorbook.vercel.app). |
f12f5bb to
b8b3975
Compare
Fixes TB-153