Task #336
closedComponent EntityInfo - information about entity
100%
Description
The same usage as IdentityInfo component - we dont want to see long uuid only. We want to see information about entity by uuid and entity type. This component will have registration mechanism over components.xml - register entity info implementation by entity type . Any module could add entity type.
EntityInfo features:- entity type registration
- parameter 'face' - render as niceLabel, link, full etc.
- parameter 'entityIdentifier' and 'entityType' - entity identification.
- nice to have: usage in localization message (niceLabel only).
Files
Related issues
Updated by Radek Tomiška almost 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 0 to 90
All features are implemented, doc and test is included (see readme for all new FE components).
Could you make a review and test please?
Updated by Radek Tomiška almost 8 years ago
- Precedes Task #340: Component RoleInfo - implement full and popover decorator added
Updated by Ondřej Kopr over 7 years ago
- File 02.png 02.png added
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
Feedback:
- nice and readable README.md with many examples,
- also check IdentityInfo component,
- i not found problems, thank you for this component, also thank for add component into audit, nice work.
Some issues:
* Sometimes is card in profile showing only username, i'm not able to simulate this error (random, maybe problem with identified by name and id together?):
Updated by Radek Tomiška over 7 years ago
- Assignee changed from Radek Tomiška to Ondřej Kopr
I've fixed identity info refresh and load identity after page is refreshed.
Could you make a review and test please?
Updated by Ondřej Kopr over 7 years ago
- Status changed from Needs feedback to Resolved
Looks great, refresh work corectly. Thank you.