Skip to content
GitLab
  • Menu
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & 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 PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #399
Closed
Open
Created Jan 09, 2019 by Matija Obreza@mobrezaOwner

Accession with RepositoryFolder

We currently store accession-related images and files in the file repository at a specific path /wiews/${instCode}/acn/${acceNumb}. When loading full accession information, we check if such folder exists (by convention). This makes it difficult when ACCENUMB contains /.

Update AccessionId and add properties:

  • private RepositoryFolder repositoryFolder;
  • private int imageCount;

The GenesysImageGalleryAspects needs to be extended and the repositoryFolder (of the ImageGallery) recorded with the Accession. The imageCount in the AccessionId should be updated after each image save or delete in the accession's image gallery.

Assignee
Assign to
Time tracking