-
Notifications
You must be signed in to change notification settings - Fork 25
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
Improve entities navigation and links #3513
Labels
Comments
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Nov 22, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Nov 22, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to rero/rero-ils-ui
that referenced
this issue
Nov 27, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Nov 27, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Nov 27, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils-ui
that referenced
this issue
Dec 6, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to rero/rero-ils-ui
that referenced
this issue
Dec 6, 2023
* Adds a new tab for related entities on document detail view. * Updates contribution, subject and genreForm to relaunch a search. * Updates search documents on entities detail view to target certain fields only. * rero/rero-ils#3513. Co-Authored-by: Bertrand Zuchuat <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How it works
Entities linked to documents have a complex mechanism to decide if and how they are clickable links according to the type of entity and which interface we are in. This can be confusing for users.
Improvement suggestion
Document views (public + pro same behaviour)
Entities displayed in a document always have the same behaviour wether in the pro/public/brief/detailed view:
contribution
field -> expert search for this entity only in thecontribution
fieldsubjects
field -> expert search for this entity only in thesubject
fieldgenre, form
field -> expert search for this entity only in thegenreForm
fieldExpert searches are built according to the sort of entity. Remote or local entites use the pid (example), textual entities use the authorized_access_point (example)
The exception to this rule is a new tab (Linked entities) only in the pro UI in the document detailed view. It lists all the remote or local entities (not textual) contained in the document and allows to access the ENTITY DETAILED VIEWS.
Entity detailed view (public + pro same behaviour)
The button "Search documents" in the local or remote entity detailed view links to a document expert search by pid in fields according to the entity type:
contribution OR subjects
subjects OR genreForm
subjects
The text was updated successfully, but these errors were encountered: