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

GUI: page title #3539

Open
ksachs opened this issue Jul 10, 2018 · 0 comments
Open

GUI: page title #3539

ksachs opened this issue Jul 10, 2018 · 0 comments

Comments

@ksachs
Copy link
Contributor

ksachs commented Jul 10, 2018

Context

To navigate browser history or jump from one tab to another it is important to have reasonable titles for web-pages.

Legacy Behavior

legacy titles contain

  • title of the record + 'INSPIRE-HEP'
  • search query + 'Search Results - INSPIRE-HEP'
  • collection + 'INSPIRE-HEP'

history_legacy

Current Behavior Front-end

this is foreseen but not working (yet)

history_frontend

Current Behavior Holding Pen

specific title is never set, it is always just 'INSPIRE Labs'

history_labs

Proposed simple Behavior for Holding Pen

Minimal solution that allows some navigation.
I don't think dynamic titles work with the current design.

  • index.html : {% set title = "HP - Dashboard" %}
  • list.html: {% set title = "HP - Listing" %}
  • details.html: {% set title = "HP - Details" %}

Prefix could be Holding Pen or HP, separator : or -.

history_labs_proposed

Proposed final Behavior for Holding Pen

Adopt solution of front end for holding pen.
Use the same sort of title with an additional prefix.
A short prefix might be better to see the start of the next term when tabs get small.
This is back-end, we can be cryptic.

@StellaCh StellaCh added this to the Holding Pen Usability milestone Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants