microsoft / Appsample-Photosharing

Sample code for a UWP photo sharing app.
Other
286 stars 116 forks source link

Flagging photos isn't fully functional #17

Closed EricAtMSFT closed 8 years ago

EricAtMSFT commented 8 years ago

In the app bar of the photo page you can flag a photo as spam, inappropriate, or objectionable. The long term goal is to automatically hide those photos in the main stream after they are flagged n number of times. We currently save each “flag” in DocumentDB but we haven’t wired up to have the photos removed from the live stream.

EricAtMSFT commented 8 years ago

This has been fixed by Haemi. Nice work! Closing.