DBatistaFerreira / Basilisk

SOEN 341 - Project
2 stars 1 forks source link

BASK37: Follows Database Structure Changes #88

Closed cristian-aldea closed 5 years ago

cristian-aldea commented 5 years ago

Technical Debt

What Needs To Be Done

For Follows, we want to be able to know both the people a user is following, and the people following a given user. The current model structure doesn't allow both to be done easily.

Acceptance Criteria

The backend should make it easily to retrieve a list of followers and following for a given user.

Technical Information

The following changes will need to be implemented to the models:

cristian-aldea commented 5 years ago

No QA Needed