Hello,
I am currently using the DocumentEditor component with enableTrackChanges={true} and I need to track each revision using the userId (or more metadata) from my application instead of just the user's name. However, when I attempt to use an object or userId, I'm unsure how to display the name associated with the revision.
For example, in the MentionComponent, there is a DataSource where each item can have an id and displayName. Could a similar approach be implemented for the Revision feature inside the DocumentEditor? This would greatly enhance the functionality by allowing us to manage user revisions more effectively within our application.
Is there currently a way to achieve this, or are there any workarounds that I can use?
Thank you for your assistance.
Best regards!