GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

Several outdated 'what is a...' links on GOCDB pages #433

Open rowan04 opened 1 year ago

rowan04 commented 1 year ago

Outdated links: 'What is a project?' on https://goc.egi.eu/portal/index.php?Page_Type=Projects 'What is an NGI?' on https://goc.egi.eu/portal/index.php?Page_Type=NGIs 'What is a service group?' on https://goc.egi.eu/portal/index.php?Page_Type=Service_Groups

gregcorbett commented 1 year ago

Good spot, I think these should be configurable by adding config options the following

<ngi>
    <doc_link></doc_link>
</ngi>
<project>
    <doc_link></doc_link>
</project>

etc.

Would you be able to look at implementing that?

rowan04 commented 1 year ago

Good spot, I think these should be configurable by adding config options the following

<ngi>
    <doc_link></doc_link>
</ngi>
<project>
    <doc_link></doc_link>
</project>

etc.

Would you be able to look at implementing that?

Yep sure

gregcorbett commented 7 months ago

related EGI JIRA issue: https://jira.egi.eu/browse/EGITCB-423