RoastSoftware/roaster

Friends backend (requires new API endpoints)

Closed this issue · 7 comments

wstrm commented
Friends backend (requires new API endpoints)

Please clarify which new endpoints are needed.
Looking at the API i see 3 API calls related to Friends.

From what i recall from our latest conversation about friends is that in order to limit the scope, we would not "request/accept" friends. Instead we talked about the Twitter approach where we just add and unfriend users.

I will assume that above is correct and make a small PR regarding this.

Best regards.

Looking at it a second time, isn't the API already correct regarding the "Twitter approach" ?

We can add, remove and fetch a users friends. Will not change anything as of this time.

Best regards.

wstrm commented

Yes, the API should reflect the Twitter approach.

Regards, W. O. Wennerstroem.

wstrm commented

What I mean by new endpoints is that they should be implemented, not designed. Sorry for the confusion.


Regards, W. O. Wennerstroem.

wstrm commented

I should, also, have clarified that this ticket requires new tables in the database. Such as a user_friends table.


Regards, W. O. Wennerstroem.

Of course mr. With Out Wennerstroem. We will fix this.

Best regards.

fixed in PR: #157