Skip to content

Commit

Permalink
1508: Add region header to the CSV export of cards statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
seluianova committed Jul 10, 2024
1 parent fa4da33 commit 15db7e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const defaultStartDate = PlainDate.fromLocalDate(addDays(subYears(new Dat
export const defaultEndDate = PlainDate.fromLocalDate(new Date()).toString()

export const statisticKeyLabels = new Map<string, string>([
['region', 'Region'],
['cardsCreated', 'Erstellte Karten'],
['cardsActivated', 'Davon aktiviert'],
])

0 comments on commit 15db7e4

Please sign in to comment.