Actions
Feature #2320
closedDisplay external info
Status:
Closed
Priority:
Normal
Assignee:
Category:
Data import/export
Target version:
Start date:
2024-06-26
Estimated time:
16.00 h
Description
In OpenAtlas entities can be linked to external reference systems.
This issue is about displaying additional information from external reference systems in OpenAtlas.
It also serves as preparation for the interface to APIS (#3319).
- Implemented for GeoNames and Wikidata
- On a detail view a more button is shown beside e.g. the Wikidata reference
- Clicking on it triggers a call to fetch data and displays it below (the more button disappears)
It can already be tested in the demo-dev version, e.g. at https://demo-dev.openatlas.eu/entity/50625
Updated by Alexander Watzinger 5 months ago
- Precedes Feature #2319: OpenAtlas and APIS interface added
Updated by Alexander Watzinger 5 months ago
- Description updated (diff)
- Status changed from Assigned to In Progress
I started with Wikidata because for GeoNames a user is needed and I would have to look into that in detail.
I implemented the basic functionality for Wikidata (branch feature/external_info) and result can be seen at the detail view.
Updated by Alexander Watzinger 4 months ago
- Description updated (diff)
- Status changed from In Progress to Closed
It is implemented in the develop branch and will be part of the next release. An additional Python package (xmltodict)is required and can be installed e.g. with
sudo apt install python3-xmltodict
Displayed information from GeoNames and Wikidata may can be refined/improved but I will wait for feedback about it.
Updated by Alexander Watzinger 3 months ago
- Target version changed from 8.7.0 to 8.6.0
Actions