Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[4pt] Decide on mode during startup and display mode #43

Open
koppor opened this issue Aug 27, 2020 · 2 comments
Open

[4pt] Decide on mode during startup and display mode #43

koppor opened this issue Aug 27, 2020 · 2 comments
Assignees
Labels
blocker this task blocks other tasks from being completed frontend Frontend related issue medium priority this task is medium priority in the backlog user story A user story

Comments

@koppor
Copy link
Collaborator

koppor commented Aug 27, 2020

JabMap needs to know whether it is in JabRef-mode or standalone-mode. For that, it queries the JabRef REST interface (#23). (E.g., a GET requrest to http://localhost:98818/libraries/current/map. In case of a timeout: local mode)

The mode should be displayed in the title bar. As user, I then know whether my map is saved as file or via JabRef.

@rmoradc rmoradc added the medium priority this task is medium priority in the backlog label Aug 28, 2020
@rmoradc rmoradc changed the title Decide on mode during startup and display mode [4pt] Decide on mode during startup and display mode Aug 28, 2020
@lolagarden lolagarden added the user story A user story label Sep 1, 2020
@koppor
Copy link
Collaborator Author

koppor commented Sep 1, 2020

Requires #25 to include this logic.

@koppor koppor added the frontend Frontend related issue label Sep 11, 2020
@isabellelucy isabellelucy added the blocker this task blocks other tasks from being completed label Sep 20, 2020
@koppor
Copy link
Collaborator Author

koppor commented Sep 24, 2020

Depends on #42, which describes the JSON read/write itself. Possibly depends on #50, because of load and save from a file on disk.

Differences JabRef mode and standalone mode:

  • JSON save location: PUT on JabRef or file save operation (browser security?)
  • Display of available references: Only possible in JabRef mode. In standalone: No reference table displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker this task blocks other tasks from being completed frontend Frontend related issue medium priority this task is medium priority in the backlog user story A user story
Projects
None yet
Development

No branches or pull requests

5 participants