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 24
    • Issues 24
    • 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
  • #606
Closed
Open
Issue created Sep 20, 2021 by Matija Obreza@mobrezaOwner

Subset types

We would like to classify the Subsets with a set of tags applied to each subset. The set of allowed values is

  • CORE Core collection
  • REFERENCE_SET Reference set
  • SUSCEPTIBILITY Stress susceptibility
  • TOLERANCE Stress tolerance
  • GENOMIC Genomic data
  • TRAIT Trait selection
  • LIST Germplasm list

Add a String tags to Subset.

@Column(length = 20, nullable = true)
private SubsetType subsetType;

@Column(length = 200, nullable = true)
private String primaryTrait;

We should introduce an enum SubsetType to control the incoming values. Only one option is possible.

Edited Sep 20, 2021 by Matija Obreza
Assignee
Assign to
Time tracking