Large rewrite to make "works" the main entity#237
Merged
nuest merged 8 commits intoGeoinformationSystems:mainfrom Oct 29, 2025
Merged
Large rewrite to make "works" the main entity#237nuest merged 8 commits intoGeoinformationSystems:mainfrom
nuest merged 8 commits intoGeoinformationSystems:mainfrom
Conversation
Extends the sitemap to include feeds for global regions (continents and oceans). This allows search engines to discover and crawl the regional feeds. Also updates the version number.
also splitting up internal modules
…ntribution pages Updates feed titles and descriptions for clarity and consistency, removing redundant information about feed types. Also modifies the contribute page to include pagination and increase the number of publications shown. Finally, it updates expected XML files for feed generation tests.
Allows accessing work landing pages and related functionalities using either the DOI or the internal database ID, simplifying the URL structure. Improves robustness when accessing works, especially those without DOIs. Introduces a utility function to handle identifier resolution. Also fixes a UI issue where extraction options were not initially visible in Geoextent. Updates UI tests to align with changes in map popup content and navigation.
Uses a consistent method to determine the work identifier (DOI or ID) for generating URLs and API responses. This change ensures that permalinks, sitemap entries, and API data consistently use the DOI if available, falling back to the internal ID otherwise. It also centralizes this logic in a `get_identifier` method on the `Work` model.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #169