-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ✨ add previews for courses/instructors #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff 💪
I left mostly database design considerations lol. The code looks fine; once it's clear what how we'd like the database to be organized, I think it's good to merge.
Co-authored-by: Aponia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback, I've incorporated most of the suggestions.
For posterity, we discussed the schema issues in DMs. We may consider in the future to use actual SQL relations, but the current solution provides the best performance since joins result in additional overhead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
TODO before merging: copy dev schema courses/instructors table to prod.