Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Lock opened record #110

Open
jmartinm opened this issue Jan 31, 2017 · 1 comment
Open

Lock opened record #110

jmartinm opened this issue Jan 31, 2017 · 1 comment

Comments

@jmartinm
Copy link
Contributor

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.

@harunurhan
Copy link
Collaborator

harunurhan commented Nov 10, 2017

@jmartinm what's the progress on this issue, as far as I remember you were doing something?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants