codepath-android-fall16-group-8 / travel

3 stars 3 forks source link

Enable viewing of other people's shared stories #38

Closed heyhuyen closed 7 years ago

heyhuyen commented 7 years ago

A user should be able to see the shared stories of the user's they are following.

heyhuyen commented 7 years ago

This will probably get covered in #61 . In which case we can close this as a "duplicate"

prav90 commented 7 years ago

65 covers this. We might not need any additional flag to enable sharing. Parse Objects come with permission flags, we can set the read by everyone flag to true, when the user decides to share it with everyone.