-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature: Add agent tooltip in summary page #404
Feature: Add agent tooltip in summary page #404
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need the fix of word breaking and remove the scroll before merging this
@syphax-bouazzouni |
* Add agent tooltip in the summary page * extract generate agent tooltip HTML to a function * put back display_agent method, and extract agent_chip_componentt * change generate_agent_tooltip function name * make display_agent uses agent_chip_component * add icon to agent chip component * fix agent chip style * fix when the agent is a string issue * Make agent chip text truncate * fix affliatinons issue in agent tooltip * Treat the case when the agent have no affiliation in the agent tooltip * remove scroll indicators from chips in summary page * fix agent system tests --------- Co-authored-by: Syphax Bouazzouni <[email protected]>
* Fix: Remove JQuery validate (#410) * remove the jquery validation of group and category * add the validation of category fields * add the validation of group fields * remove jquery validate imports * Feature: Add agent display component (#404) * Add agent tooltip in the summary page * extract generate agent tooltip HTML to a function * put back display_agent method, and extract agent_chip_componentt * change generate_agent_tooltip function name * make display_agent uses agent_chip_component * add icon to agent chip component * fix agent chip style * fix when the agent is a string issue * Make agent chip text truncate * fix affliatinons issue in agent tooltip * Treat the case when the agent have no affiliation in the agent tooltip * remove scroll indicators from chips in summary page * fix agent system tests --------- Co-authored-by: Syphax Bouazzouni <[email protected]> * Fix: Optimize some pages load speed (metadata curator, summary, agents admin) (#411) * update the summary watch button to be lazy loaded * fix submission edit page error state * limit the fair score http call to the service timeout to be fast-failing * optimize the submissions partial to not load latest submission twice * optimize the submission update page speed * optimize the metadata curator call to use the new submissions endpoint * update ontoportal dev script to accept local api client code * fix show_category_name helper for no valid ids * fix content language selector component breaking the tab layout on init * fix submission and agent system test after the changes in the api cient * Fix: Optimize landscape pages load speed and integration with the new model (#415) * update the landscape page to work with the backend model * optimize the landscape loading page speed by removing duplicate calls --------- Co-authored-by: SirineMhedhbi <[email protected]> Co-authored-by: Bilel Kihal <[email protected]>
Done in this PR:
I added a tooltip when we hover an agent in people and organizations bloc in summary page,
The information I'm displaying is: Type (using an icon), name, email, identifiers and affiliations of the agent.
there are two types of agents:
person:
Organization:
** Also I added an icon to indicate the type of the agent in the agent chip
Ps. there are some agents have no type (only name and email) and they are considered as persons.