Hi! I have a little challenge. If we have a case w...
# spicedb
c
Hi! I have a little challenge. If we have a case with documents, and we have some participants on the case, who can read the documents. Then if a participant leaves the case, they should still be able to read the documents afterwards on the case. But only documents they had access to while they were a participant, but not new documents added after they have left. If a new participant enters the case, the new participant should be able to read all the documents on the case, and new documents coming afterwards. So the idea is make a kind of time slicing on the document collection for each participant when they leave the case. Any ideas 🙂