haneulai
  • Joined on 2024-07-01
haneulai pushed to main at haneulai/solorpower_app 2026-01-30 02:46:19 +00:00
3420bee2bf Initial commit for SolarPower App
haneulai created repository haneulai/solorpower_app 2026-01-30 02:44:41 +00:00
haneulai pushed to main at haneulai/solorpower_crawler 2026-01-30 02:43:26 +00:00
20ef587800 Initial commit with fixed daily summary logic
haneulai created branch main in haneulai/solorpower_crawler 2026-01-30 02:43:25 +00:00
haneulai created repository haneulai/solorpower_crawler 2026-01-30 02:36:10 +00:00
haneulai pushed to master at haneulai/solorpower_server 2026-01-28 01:28:31 +00:00
0663458fc7 연간 데이터 기본 5개
haneulai pushed to master at haneulai/solorpower_server 2026-01-28 01:17:09 +00:00
665ff4914e feat: enhance stats API for date navigation and support new excel upload format
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 09:11:09 +00:00
4a5762b938 fix: Improve Excel parsing and error messages for monthly upload
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 08:48:47 +00:00
d56a8f7ae1 refactor: Remove /upload prefix from upload router for better URL structure
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 08:44:28 +00:00
d9de2e939b feat: Add monthly stats excel upload endpoint
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 08:13:17 +00:00
02a9149f55 feat: Switch to monthly_stats table for month/year stats aggregation
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 07:59:09 +00:00
c1223c1f14 fix: Implement pagination to bypass Supabase 1000 row hard limit
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 07:46:21 +00:00
cfb8079809 fix: Increase Supabase query limit to fetch all historical stats
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 06:41:00 +00:00
3b9403b654 fix: Ensure current year is included in yearly stats even if no data
haneulai pushed to master at haneulai/solorpower_server 2026-01-27 06:34:59 +00:00
39c7928895 feat: Add year parameter to stats API and extend year range
haneulai pushed to master at haneulai/solorpower_server 2026-01-26 02:48:29 +00:00
060c32d105 feat: change stats period to current month and fix label logic
haneulai pushed to master at haneulai/solorpower_server 2026-01-26 01:56:31 +00:00
15e611ebb6 fix: stats timezone issue (UTC to KST)
haneulai pushed to master at haneulai/solorpower_server 2026-01-26 01:50:01 +00:00
1aa4448f9f feat: Add hourly stats endpoint for today chart
haneulai pushed to master at haneulai/solorpower_server 2026-01-23 07:45:49 +00:00
a7a83e8792 feat: Update stats API to include real-time crawled data
haneulai pushed to master at haneulai/solorpower_server 2026-01-23 07:26:04 +00:00
f4e7e8b03e fix: Reorder router registration to fix route matching