Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Genesys Backend Genesys Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #419
Closed
Open
Issue created Feb 07, 2019 by Matija Obreza@mobrezaOwner

sitemap-INSTCODE.xml

We now generate the sitemap-wiews.xml that generates a sitemap to institute pages:

for (FaoInstitute institute : instituteService.listActive(new PageRequest(0, Integer.MAX_VALUE))) {
	writePage(response, sb, new SitemapPage("/wiews/" + institute.getCode().toUpperCase()));
}

Instead it should reference another sitemap sitemap-{INSTCODE}.xml with the links to pages:

  • new SitemapPage("/wiews/" + institute.getCode().toUpperCase())
  • a new SitemapPage("/a/...." for every accession of that institute (use AccessionProcessor).
Assignee
Assign to
Time tracking