대시보드와 주간보고 기능 업데이트

This commit is contained in:
2026-01-10 15:02:39 +09:00
parent bd2ed61916
commit 134a68d9db
2 changed files with 188 additions and 61 deletions

5
claude_temp/git-push.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
cd /d D:\devs\osolit-research\workspace\weeklyreport
git add frontend/report/weekly/write.vue
git commit -m "feat: block future week access in write page"
git push