uchill/backend/apps/users/migrations
Dev Server e49fa9e746
Deploy to Dev / deploy-dev (push) Failing after 31s Details
feat: subscriptions, referrals, students/mentors removal, email templates, calendar fixes
Backend:
- Subscriptions: add duration_days field to plan, fix duration logic, remove allowed_durations restriction
- Users: add StudentMentorViewSet (remove_mentor), fix remove_client (board access + notification)
- Users: add STATUS_REMOVED to MentorStudentConnection, fix re-invite after removal
- Users: add authentication_classes=[] to all public auth endpoints (fix user_not_found 401)
- Users: fix verify-email and reset-password URLs in email tasks
- Users: validate IANA timezone on registration
- Schedule: add group/group_name to LessonCalendarItemSerializer
- Referrals: add tasks.py for Celery, add process_pending_referral_bonuses to beat schedule
- Email templates: redesign all 5 templates (gradient header, icons, Училл branding)

Frontend:
- Calendar: fix SWR revalidation after create/update/delete (match childId key), clear errors on tab switch
- Students: add remove buttons with warning dialog (mentor removes student, student removes mentor)
- Students: add tabs for client (Мои менторы / Входящие / Исходящие), fix pending_student filter
- Payment: fix duration_days from plan, show Бесплатно for 0₽, show X дн. period
- Referrals: full redesign — stats, levels progress, referrals list, earnings history, bonus balance
- Sign-up: add referral code field, auto-fill from ?ref= param
- Subscription guard: redirect mentor to /payment-platform if no active subscription
- Error pages: translate to Russian
- Page titles: dynamic Russian titles via usePageTitle hook
- Logo: fix full-page reload on click (use react-router Link directly)
- Favicon: use /logo/favicon.png
- Remove logo from header (keep in nav only)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:39:37 +03:00
..
0001_initial.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0002_add_universal_code.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0003_mentorclientinvitation.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0004_universal_code_8_chars.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0005_add_mentor_ai_trust_settings.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0006_mentorshiprequest.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0007_add_mentor_student_connection.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0008_remove_old_mentorship_models.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0009_mentor_and_more.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0010_user_login_token.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00
0011_add_onboarding_tours_seen.py tur 2026-02-23 23:21:14 +03:00
0012_add_group_to_board.py feat: subscriptions, referrals, students/mentors removal, email templates, calendar fixes 2026-03-13 00:39:37 +03:00
0013_invitation_link_model.py feat: invite by link, 8-char code input, universal_code in profile 2026-03-12 17:11:12 +03:00
0014_add_removed_status.py feat: subscriptions, referrals, students/mentors removal, email templates, calendar fixes 2026-03-13 00:39:37 +03:00
__init__.py feat: add all project files to develop branch 2026-02-12 22:45:07 +03:00