marionnewlevant / craft-snitch

Craft plugin. Report when two people might be editing the same entry, category, or global
MIT License
35 stars 16 forks source link

FR: Highlight FIRST user to have opened entry #22

Open adrienne opened 3 years ago

adrienne commented 3 years ago

We basically want to be able to highlight "who opened this entry first, out of everyone who might be editing it". There's already a dateCreated in the snitch_collisions table -- could you perhaps check for "who's got the earliest dateCreated" and expose it somehow for use in message templates?

dcplebranch commented 2 years ago

I second this comment! I would go even further, at least for my purposes, and not even show a message to the first user who is editing the entry... just show the message to anyone who opens up the entry after them. Otherwise, I fear that everyone will just stop editing the entry at the same time in fear that they will overwrite the changes, including the first user.