Skip to content

Need configurable Experiment Types #1

@katyjg

Description

@katyjg

In core.lims.models.Group, experiment types are currently hard-coded:

EXP_TYPES = Choices(
    (0, 'NATIVE', _('Native')),
    (1, 'MAD', _('MAD')),
    (2, 'SAD', _('SAD')),
    (3, 'S_SAD', _('S-SAD'))
)

This will need to be abstracted into a separate model for other beamlines to properly configure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions