https://publiclab.org/subscriptions/digest now shows (to logged-in people) a list of things updated in the past week that you subscribe to. But for many of them, it's not clear why they're in the list. It doesn't look like the authors of several of these actually updated their posts.

On closer look, these are listed because a tag was added to them in the past week, a tag I'm following.
Do we need to tweak this? We base this on this method:
But this collects things that have been updated in that period -- does adding a tag to a node update it's changed timestamp? Maybe we should only show things that were created during that period, not all things that were updated?
Keep in mind this list is going to be used to form a "digest email" as in our email notifications overhaul!
Hi @jywarren, I can let you know if by any way we can skip those nodes with tag addition changes by running few tests.Otherwise, we can add only those nodes which are created in past week like you said which will be more definite and will highlight only new content. This will be awesome once completed with notification.Can I work on this?
sure, that sounds great, and thanks!
On Mon, Feb 5, 2018 at 11:47 AM, Gaurav Sachdeva notifications@github.com
wrote:
Hi @jywarren https://github.com/jywarren, I can let you know if by any
way we can skip those nodes with tag addition changes by running few
tests.Otherwise, we can add only those nodes which are created in past week
like you said which will be more definite and will highlight only new
content. This will be awesome once completed with notification.Can I work
on this?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/2234#issuecomment-363144778,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ2G0Aisl_hEJoHMsyM82Yv6Sht0rks5tRzC3gaJpZM4R5ub_
.
Hi @jywarren after running some tests, I have solved the problem of inclusion of wiki in digest on just tag addition.It's ready, but I think if we want to send the digest to a user via email we should include new wikis only. I have both branches ready for edited page only and newly created wiki.Please suggest with which should I raise PR. Thanks.
hey, @jywarren plz provide your input here.thanks.
Yes, i think you're right and we can just skip the tag additions. They were originally added because we would immediately send an email, and if the tag wasn't added at the same time as the node published, no email would be sent. But for these digests, there'll be a window of probably 8 hours minimum -- and often days, if it's weekly -- for the tags to be added. So the extra notification pegged to tag creation is not needed.
Great! Thanks!