Task #6441
closedFeature #5975: Implement 'Statistics' view
Pull general info about the user and display at top of page
0%
Description
If the query sent to the ProfileView is for rightsHolder=..., then we will grab the general info about that person (name, organization, etc.) from their rights holder ID and display it at the top of the page.
If the query is for anything else, we will display the query in a human readable format (e.g. #profile/salmon would say "Salmon", /#profile would say "Everything" or "All Data", #profile/site:*California* would say "Location: California", etc.)
Updated by Lauren Walker over 10 years ago
- Status changed from New to Resolved
- translation missing: en.field_remaining_hours set to 0.0
If there is a rightsHolder in the query given, the uid (i.e. name) will be extracted from the string and displayed at the top of the user profile.
I have already figured out how to parse and visually represent other filters when I created the filter sidebar on the data search page. This same UI should be reused since the purpose is the same - just rather than displayed a result list we are displaying statistics on those results. This is turning into a broader solution which should incorporate the data search with the statistics charts.