Commit Graph

8 Commits

Author SHA1 Message Date
Dev Server f679f0c0f4 feat: board list view, excalidraw basePath fix, analytics, feedback pages
- Board: replace blank iframe with board list (my_boards + shared_with_me),
  mentor gets per-student buttons to open/create boards,
  iframe fills full available height via CSS vars (dvh)
- Excalidraw: build with NEXT_PUBLIC_BASE_PATH=/devboard so _next/ assets
  served under /devboard/_next/ and nginx path proxy works correctly
- Nginx: preserve /devboard/ path in proxy_pass (no trailing slash),
  add /yjs WebSocket proxy to devapi.uchill.online for dev YJS on port 1235
- Analytics: real API charts (income/lessons/students) with DateRangePicker
- Feedback: mentor kanban view of completed lessons, grade + notes drawer
- Nav: dynamic role-based menu (getNavData(role)), mentor-only analytics/feedback
- New API utils: analytics-api.js, board-api.js (full), dashboard-api getLessons()
- Routes: paths.dashboard.analytics, feedback, board added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 16:35:30 +03:00
Dev Server 17bed2b321 feat: calendar form improvements + real-time sync
Deploy to Dev / deploy-dev (push) Successful in 27s Details
2026-03-08 02:46:06 +03:00
root 9382eab7b2 fix bugs 2026-02-23 15:44:27 +03:00
root 0b5fb434db full
Deploy to Production / deploy-production (push) Successful in 27s Details
2026-02-14 02:45:50 +03:00
root 118f33f77b full
Deploy to Production / deploy-production (push) Successful in 26s Details
2026-02-13 19:26:30 +03:00
root 083fd4d826 prod: доска board, nginx, WhiteboardIframe EXCALIDRAW_URL
Deploy to Production / deploy-production (push) Successful in 26s Details
2026-02-13 04:30:56 +03:00
root 6420a9b182 Daphne (ASGI) для WebSocket, подписки, email, регистрация, mentor gate, telegram-bot
Deploy to Dev / deploy-dev (push) Failing after 3s Details
Deploy to Production / deploy-production (push) Successful in 26s Details
2026-02-13 02:58:25 +03:00
Dev Server 0461d57d5d feat: add all project files to develop branch
Deploy to Dev / deploy-dev (push) Failing after 1s Details
2026-02-12 22:45:07 +03:00