Hi there ![]()
I am currently building a feedback system for our directus based website.
The general idea is that users will be able to leave +1/-1 feedback without having to be logged in. Hence this collection is publicly writeable.
However, I do want them to be able to edit the item after creation. For context: There will be a popup that says “Thank you for your input, would you like to leave an acoompanying comment?“ and if so that comment will be stored on the same item as the +1/-1 vote.
What is the best way to make an item editable publicly, but functionaly only for its (anonymous) creator?
I though about creating a random token field during creation of the item that can work as an auth token - but I cannot seem to setup the access policy correctly.
Any suggestions?