You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
The locking information can be stored either in DB (new table needed) or in Redis. Advantage of Redis is that querying it is faster and we can set an expiration time.
The text was updated successfully, but these errors were encountered:
When a record is opened, it should be locked while the session is active so that no other user can open it.
For this, we can implement server side handlers in https://github.com/inveniosoftware-contrib/invenio-record-editor that will deal with locking and unlocking.
The locking information can be stored either in DB (new table needed) or in Redis. Advantage of Redis is that querying it is faster and we can set an expiration time.
The text was updated successfully, but these errors were encountered: