jinx-vi-0 / DDoL

Daily Dose of Leetcode
https://shorturl.at/HoyJN
MIT License
15 stars 13 forks source link

[BUG] Consecutive Days Streak Attribute Not Available in User Profile #33

Closed nidhi2026 closed 1 week ago

nidhi2026 commented 2 weeks ago

What Happenend ?

image

In code we are accessing consecutiveDays in streakInfo, but we have no option for it in leetcode-query

image

that results in same response every time (functionality doesn't work as expected).

An issue has been made for creating streak where the result was: image

I have now tried for the same user in issue

image

Rather it should look like: (for user's max streak for current year) https://leetcode.com/u/JB_Mugundh/ image

nidhi2026 commented 2 weeks ago

@jinx-vi-0 Can you assign this bug to me

jinx-vi-0 commented 1 week ago

You don't need to show the max streak. It should be the current streak.

nidhi2026 commented 1 week ago

image @jinx-vi-0 If this is fine, then I will make a pr for it

nidhi2026 commented 1 week ago

@jinx-vi-0 I have made a pr for this