Briefly describe the changes you made and why you made them in bulleted form.
Added interests table in the schema.sql
Created Interest class and methods in bounce/db/interests.py
:traffic_light: Concerns
If there is anything you want reviewers to pay special attention to, put it here.
I've ran into some errors trying to migrate the table to our database using make migrate and I would greatly appreciate it if someone can help me with that. Thanks!
:tickets: Ticket(s): Closes #117
:construction_worker: Changes
Briefly describe the changes you made and why you made them in bulleted form.
Interest
class and methods in bounce/db/interests.py:traffic_light: Concerns
If there is anything you want reviewers to pay special attention to, put it here.
I've ran into some errors trying to migrate the table to our database using
make migrate
and I would greatly appreciate it if someone can help me with that. Thanks!:mag: Testing Instructions
Explain how to test your changes, if applicable.