Which design pattern fits - strategy makes sense ?
- by user554833
--Bump *One desperate try to get someone's attention
I have a simple database table that stores list of users who have subscribed to folders either by email OR to show up on the site (only on the web UI). In the storage table this is controlled by a number(1 - show on site 2- by email). When I am showing in UI I need to show a checkbox next to…