vastolf / pizza-planet

A coding interview project that tracks people & the pizzas they consume (yum!)
0 stars 0 forks source link

Implement ability to view reports of longest pizza streak, most popular "pizza day" #5

Closed vastolf closed 1 year ago

vastolf commented 1 year ago

For the current month, view a report of the longest streak for this month and the day of the month people ate the most pizzas on.

Streak explanation:

all streaks of days when more and more pizzas were eaten than the day before (you can ignore days with no consumption, nobody eats pizza on Sundays). For example, people ate 1 pizza on 03/02, 2 on 03/05, and 4 on 03/06. That is a streak

vastolf commented 1 year ago

Closed by #14 and #15