MasterHomebrewerProgram / mhp-issues

Issues-only repo for tracking progress and bugs on Master Homebrew Program app
2 stars 0 forks source link

Member Preference - Minimum Public Score #19

Open tmack8001 opened 5 months ago

tmack8001 commented 5 months ago

In order to allow members to leverage MHP as their single private and public tracking dashboard we would need to support a public dashboard filter criteria for minimumPublicScore which a member can set on their profile preference.

When viewing their own dashboard non public visible scores are seen whereas when another member or anonymous user accesses their dashboard these are filtered out at the DB layer.

This feature would require adding public/private fields to the scores table and/or outer joining with a member preference table depending on how normalized vs denormalized we want the dataset to be.