notum-cz / strapi-plugin-record-locking

This plugin provides the functionality to prevent data loss in cases where multiple users are simultaneously editing the same record within STRAPI v4.
20 stars 8 forks source link

Question: Is this plugin Strapi Backen UI Only? #16

Open MokDevelopment opened 1 year ago

MokDevelopment commented 1 year ago

Is this plugin Strapi Backen UI Only? Could not find that bit on the info page.

Fikoun commented 1 year ago

Yes, as is for now, the plugin only protects from cross editing in Strapi Admin. This is a great point though and there will be good thought given to how it should be implemented for API.

MokDevelopment commented 1 year ago

Yeah would be nice to have an endpoint that delivers via type/id true or false. In my case the admin is really just used for the configuration. So this feature is really missing :)

omikulcik commented 1 year ago

Hi @MokDevelopment, I am now maintaining this plugin. I agree that this would be a valuable feature. We will consider adding it to our roadmap. It would be also appreciated if someone is willing to contribute by opening a PR with this feature.