Sync-Space-49 / syncspace-server

0 stars 0 forks source link

95 favourited boards #96

Closed Nathan-Laney closed 10 months ago

Nathan-Laney commented 10 months ago

Closes #95

Problem

Tyler wanted to be able to favourite a board

Solution

New table created, favourited_boards. Table holds a user's id and a board's id. Methods made to accommodate this

GET

image

ADD

image image

REMOVE

image image