Just as a user can add a business to watch in the UI, they should be able to delete a business from the UI as well. Note that on the back end this will require coding so that it's possible to determine how many users are watching a given business and, if the number of users watching that business drops to 0, the associated cron jobs will be deleted so as to avoid wasting resources.
NOTE: This capability should be used to updated the summary page tests for collect data to ensure that data is actually collected when a users triggers collect data.
Just as a user can add a business to watch in the UI, they should be able to delete a business from the UI as well. Note that on the back end this will require coding so that it's possible to determine how many users are watching a given business and, if the number of users watching that business drops to 0, the associated cron jobs will be deleted so as to avoid wasting resources.
NOTE: This capability should be used to updated the summary page tests for collect data to ensure that data is actually collected when a users triggers collect data.