avishaan / lightTribe

LightTribe Backend and Collaboration Doc
2 stars 0 forks source link

Implement block route #76

Closed avishaan closed 9 years ago

avishaan commented 9 years ago

Block route is asked for implementation but there is currently no consequence of a block so we will not be implementing this.

avishaan commented 9 years ago

71

footnote commented 9 years ago

i am not sure, but i think it might be important to implement the route even if nothing happens on the backend so that we don't get a rejection from appstore

avishaan commented 9 years ago

Ok, will do.

avishaan commented 9 years ago

@ShadiFares We are not sure what to do for the block route. What would the block route be used for? That might help us design/develop the route.

sobhy commented 9 years ago

@codeHatcher I believe the block route should prevent the blocked user to see the blocker user, and not to see his posts too... Also in following this user.

If you have anything else, please suggest

avishaan commented 9 years ago

relatively complex but at least we can put the route in and then start using the data later on to manipulate the data the routes return.

We will get on this.

avishaan commented 9 years ago

Talked about this on the phone with @ShadiFares, use the currently available reporting route by passing in the document type (user, comment, post, message) plus the associated id.

avishaan commented 9 years ago

I think we finalized this decision. There are no test cases for this currently but it should be good enough for the first pass.