-
Notifications
You must be signed in to change notification settings - Fork 1
Road Map
Andre Hulet edited this page Dec 13, 2023
·
3 revisions
- Discovery Layer supplied by Wikidata
- Tools for retrieving information on people, corporate bodes, collections, oral histories, and subjects.
- Faceted search
- Interactive graph
- Map for items with location data.
- Item details, including qualifiers and outbound links for selected property values.
- Ability to download search results data from a given template.
- Code base restructured according to a core vs. app model, with the core providing all essential objects and functions, e.g., search page, results page, graph, map, search engine, graph rendering engine, etc. Each app supports a different theme and set of SPARQL templates, e.g., GLAM, Works, Academic profile, etc.
- Location data handled more comprehensively, so that map views can be dynamically added.
- Completion of refactoring for entity mappings in the mappings.py file.
- In-browser item editing, likely including a graph point & click capability.
- Batch loading of cached edits.