Skip to content

Commit a135264

Browse files
committed
feat: added missing stages
1 parent 3ea9c22 commit a135264

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/app/models/vintageevent.model.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
export enum VintageEvent {
2-
'FIRST_FERMENTATION' = 'FIRST_FERMENTATION',
2+
'ALCOHOLIC_FERMENTATION' = 'ALCOHOLIC_FERMENTATION',
3+
'MALO_FERMENTATION' = 'MALOLACTIC_FERMENTATION',
34
'PRESSING' = 'PRESSING',
45
'RACKING' = 'RACKING',
56
'RESTING' = 'RESTING',
67
'TESTING' = 'TESTING',
8+
'FINING' = 'FINING',
79
'BOTTLING' = 'BOTTLING',
810
'TASTING' = 'TASTING',
911
}
@@ -14,6 +16,7 @@ export const SINGLE_DATES = [
1416
VintageEvent.BOTTLING,
1517
VintageEvent.TASTING,
1618
VintageEvent.TESTING,
19+
VintageEvent.FINING,
1720
];
1821

1922
export const VINTAGEEVENT_COLORS = [
@@ -24,4 +27,6 @@ export const VINTAGEEVENT_COLORS = [
2427
'rgb(54, 162, 235)',
2528
'rgb(153, 102, 255)',
2629
'rgb(56,128,255)',
30+
'rgb(140,220,50)',
31+
'rgb(90,43,185)',
2732
];

0 commit comments

Comments
 (0)