Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #606

Closed
Open
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