Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for a shared database #970

Closed
1 task done
koppor opened this issue Mar 15, 2016 · 1 comment
Closed
1 task done

Support for a shared database #970

koppor opened this issue Mar 15, 2016 · 1 comment

Comments

@koppor
Copy link
Member

koppor commented Mar 15, 2016

JabRef should support a database (MySQL, Postgres, Oracle, ...) as backend. As far as I understand the current implementation, the DB export simply overwrites all data. This is a show stopper for collaborative work.

JabRef should support collaborative work where a database (MySQL, Postgres, or Oracle) is shared between multiple users. If an entry is added (or even changed) to the DB, all other users should see it.

If there are concurrent edits, the user should be warned and the window "Merge duplicate entries" should be shown. With the event system (#969), this might be obsolete as JabRef will instantly synchronize the changes.

The implementation heavily depends on the event system of JabRef (#969).

As soon as the feature is implemented, it should also be possible to import a bib into the database and export the database to a bib. This should work with the current functionality, but we have to add documentation and a test case.

Background: For many users, local installation of desktop software is OK. They are not on the everything-in-the-web-train.

Dropped wishes:

  • show online users globally
  • show users editing the current entry

This is (currently) too much work for too little gain.

Implementation hints:

Decision: Only implement it for Oracle and Postgres.

@obraliar
Copy link
Contributor

obraliar commented May 6, 2016

It would be nice if the new EventSystem (#1028) would get merged in, so I could use the existing event bus and its event objects.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants