Skip to content

Commit

Permalink
feat: added missing stages
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Oct 29, 2023
1 parent 3ea9c22 commit a135264
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/models/vintageevent.model.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
export enum VintageEvent {
'FIRST_FERMENTATION' = 'FIRST_FERMENTATION',
'ALCOHOLIC_FERMENTATION' = 'ALCOHOLIC_FERMENTATION',
'MALO_FERMENTATION' = 'MALOLACTIC_FERMENTATION',
'PRESSING' = 'PRESSING',
'RACKING' = 'RACKING',
'RESTING' = 'RESTING',
'TESTING' = 'TESTING',
'FINING' = 'FINING',
'BOTTLING' = 'BOTTLING',
'TASTING' = 'TASTING',
}
Expand All @@ -14,6 +16,7 @@ export const SINGLE_DATES = [
VintageEvent.BOTTLING,
VintageEvent.TASTING,
VintageEvent.TESTING,
VintageEvent.FINING,
];

export const VINTAGEEVENT_COLORS = [
Expand All @@ -24,4 +27,6 @@ export const VINTAGEEVENT_COLORS = [
'rgb(54, 162, 235)',
'rgb(153, 102, 255)',
'rgb(56,128,255)',
'rgb(140,220,50)',
'rgb(90,43,185)',
];

0 comments on commit a135264

Please sign in to comment.