Skip to content

Commit

Permalink
Corrected heatmap category definitions manually (#376)
Browse files Browse the repository at this point in the history
Resolves #368 and Resolves #366
  • Loading branch information
krestenlaust authored Nov 2, 2023
1 parent 8078da4 commit add394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stregsystem/purchase_heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def prepare_heatmap_template_context(member: Member, weeks_to_display: int, end_
__raw_heatmap_data = __get_heatmap_data_by_date(member, end_date, weeks_to_display)

__products_in_color_categories = ColorCategorizedHeatmapColorMode.get_products_by_categories(
("beer", "energy", "soda")
("Øl", "Energidrik", "Sodavand")
)

__max_items_bought = ItemCountHeatmapColorMode.get_max_product_count(__raw_heatmap_data)
Expand Down

0 comments on commit add394b

Please sign in to comment.