Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report details link points to broken locations #31

Open
fmigneault opened this issue Sep 29, 2022 · 4 comments
Open

Report details link points to broken locations #31

fmigneault opened this issue Sep 29, 2022 · 4 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@fmigneault
Copy link

Describe the bug

In the below output for example:
image

The Details ↗ link point to
http://opengeospatial.github.io/ets-ogcapi-processes-1.0/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess

This link results in 404. It looks as it should instead provide the requirement definition defined here (or some other official site) :
https://github.com/opengeospatial/ogcapi-processes/blob/master/core/abstract_tests/core/ATS_process-success.adoc

Expected behavior

Proper link references are provided and accessible.

@dstenger
Copy link
Contributor

dstenger commented Oct 5, 2022

Thank you for reporting.
We will do further investigation.

@bpross-52n
Copy link
Collaborator

The line of code that is causing this is in Teamengine: see here.
This is using the ets-code variable, which for OGC API - Processes 1.0 resolves to ogcapi-processes-1.0, resulting in the URL stated above:
http://opengeospatial.github.io/ets-ogcapi-processes-1.0/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess

The Javadocs are published using the GitHib repository name, which in this case is ets-ogcapi-processes10, which would result to the following URL:
https://opengeospatial.github.io/ets-ogcapi-processes10/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process#testProcess

We will need to discuss internally how to fix this. Getting back to you asap.

@dstenger
Copy link
Contributor

dstenger commented Sep 28, 2023

Another alternative is to use the JavaDoc which is deployed to the running TEAM Engine instance: E.g.: https://cite.ogc.org/teamengine/about/ogcapi-processes-1.0/1.0/site/apidocs/org/opengis/cite/ogcapiprocesses10/process/Process.html#testProcess

@dstenger dstenger added bug Something isn't working documentation Improvements or additions to documentation labels Oct 5, 2023
@dstenger
Copy link
Contributor

Will be fixed in TEAM Engine: opengeospatial/teamengine#590

@dstenger dstenger assigned dstenger and unassigned bpross-52n Nov 2, 2023
@dstenger dstenger added this to CITE Aug 1, 2024
@dstenger dstenger moved this to To verify in CITE Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
Status: To verify
Development

No branches or pull requests

3 participants