Skip to content

Commit

Permalink
Removed dead code: old types
Browse files Browse the repository at this point in the history
  • Loading branch information
driver-deploy-2 committed Sep 17, 2024
1 parent 238124c commit 8ff4775
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions packages/gui/src/models/data-model.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { t } from '../services';
import { ICONS } from './icons';

export type DataModel = {
Expand Down Expand Up @@ -27,16 +26,6 @@ export const defaultModel = {
acts: [],
} as DataModel;

export enum CATEGORY {
HARDWARE = 1,
BIO_ENHANCEMENT,
PHARMACOLOGICAL_SUBSTANCES_SUPPLEMENTS_AND_NUTRITION,
TRAINING,
SELF_REGULATION,
NUTRITION,
OTHER,
}

export enum STATUS {
FIRST_DRAFT = 1,
READY_FOR_REVIEW,
Expand All @@ -45,18 +34,6 @@ export enum STATUS {
FINISHED,
}

export enum CHOICE {
NONE = 1,
UNKNOWN,
YES,
}

export enum YES_NO {
//CAN BE USED AS A BOOSTER
YES = 1,
NO,
}

export enum LITERATURE_TYPE {
CASE_STUDY = 1,
THESIS,
Expand Down Expand Up @@ -119,8 +96,6 @@ export type CrimeScript = Labeled & {
updated: number;
reviewer: ID[];
status: STATUS;
/** Specific application */
category: CATEGORY;
/** Literature referred to in this article */
literature: Literature[];
/** Stages in the crime script */
Expand Down

0 comments on commit 8ff4775

Please sign in to comment.