OpenCephalon / OpenCephalon-Core

Other
1 stars 0 forks source link

Clash problem with feeds? #8

Open jarofgreen opened 7 years ago

jarofgreen commented 7 years ago

If one blog post in both ... will it have same GUID?

If so current code will see second one as an existing item, and it won't be added to feed!

jarofgreen commented 7 years ago

Yup, this needs fixed.

OutStreamHasItem - should have new field, isHas? or something? Then we can tell if out stream has never had item, or if if once had it but it was removed. Then we can tell if we should add existing items to a feed, without re-adding items that have been removed.

jarofgreen commented 7 years ago

Or OutStreamHasItem has addedAt/By and removedAt/By - so we have full history!