You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tab support and UI is added to the leaderboard on space.nounspace.com/#/mainnet/users
When a new season begins (dates can be hardcoded on the backend), the leaderboard component adds a new tab that queries the leaderboard endpoint with the corresponding Season (ie. on December 22 at 0:00:01, a new tab is added to the leaderboard that queries this endpoint https://space-tip-allocator-git-main-nounspace.vercel.app/api/leaderboard?s=3)
As a user, I want to see the tips I've earned each Season.
Once Nounspace/space-tip-allocator#1 is completed and seasons are supported on the tip backend, add tabs to the Leaderboard displayed on https://space.nounspace.com/#/mainnet/users for each Season.
See https://www.degen.tips/airdrop2/current for inspo
AC:
Seasons to hardcode (google sheet):
0 | 9/19/2024 0:00:01 | 10/23/2024 0:00:00
1 | 10/23/2024 0:00:01 | 11/22/2024 0:00:00
2 | 11/22/2024 0:00:01 | 12/22/2024 0:00:00
3 | 12/22/2024 0:00:01 | 1/21/2025 0:00:00
4 | 1/21/2025 0:00:01 | 2/20/2025 0:00:00
5 | 2/20/2025 0:00:01 | 3/22/2025 0:00:00
6 | 3/22/2025 0:00:01 | 4/21/2025 0:00:00
7 | 4/21/2025 0:00:01 | 5/21/2025 0:00:00
8 | 5/21/2025 0:00:01 | 6/20/2025 0:00:00
9 | 6/20/2025 0:00:01 | 7/20/2025 0:00:00
10 | 7/20/2025 0:00:01 | 8/19/2025 0:00:00
11 | 8/19/2025 0:00:01 | 9/18/2025 0:00:00
12 | 9/18/2025 0:00:01 | 10/18/2025 0:00:00
13 | 10/18/2025 0:00:01 | 11/17/2025 0:00:00
14 | 11/17/2025 0:00:01 | 12/17/2025 0:00:00
15 | 12/17/2025 0:00:01 | 1/16/2026 0:00:00
16 | 1/16/2026 0:00:01 | 2/15/2026 0:00:00
17 | 2/15/2026 0:00:01 | 3/17/2026 0:00:00
18 | 3/17/2026 0:00:01 | 4/16/2026 0:00:00
19 | 4/16/2026 0:00:01 | 5/16/2026 0:00:00
20 | 5/16/2026 0:00:01 | 6/15/2026 0:00:00
21 | 6/15/2026 0:00:01 | 7/15/2026 0:00:00
22 | 7/15/2026 0:00:01 | 8/14/2026 0:00:00
23 | 8/14/2026 0:00:01 | 9/13/2026 0:00:00
24 | 9/13/2026 0:00:01 | 10/13/2026 0:00:00
25 | 10/13/2026 0:00:01 | 11/12/2026 0:00:00
26 | 11/12/2026 0:00:01 | 12/12/2026 0:00:00
27 | 12/12/2026 0:00:01 | 1/11/2027 0:00:00
28 | 1/11/2027 0:00:01 | 2/10/2027 0:00:00
29 | 2/10/2027 0:00:01 | 3/12/2027 0:00:00
30 | 3/12/2027 0:00:01 | 4/11/2027 0:00:00
31 | 4/11/2027 0:00:01 | 5/11/2027 0:00:00
32 | 5/11/2027 0:00:01 | 6/10/2027 0:00:00
33 | 6/10/2027 0:00:01 | 7/10/2027 0:00:00
34 | 7/10/2027 0:00:01 | 8/9/2027 0:00:00
35 | 8/9/2027 0:00:01 | 9/8/2027 0:00:00
36 | 9/8/2027 0:00:01 | 10/8/2027 0:00:00
The text was updated successfully, but these errors were encountered: