|
Deploy to Dev / deploy-dev (push) Failing after 31s
Details
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> |
||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_subscription_discount_amount_and_more.py | ||
| 0003_bulkdiscount_and_more.py | ||
| 0004_add_price_per_student_to_bulk_discount.py | ||
| 0005_populate_price_per_student.py | ||
| 0006_make_price_per_student_required.py | ||
| 0007_durationdiscount.py | ||
| 0008_subscription_pending_payment_amount_and_more.py | ||
| 0009_subscriptionplan_available_durations_and_more.py | ||
| 0010_remove_subscriptionplan_available_durations.py | ||
| 0011_add_target_role_to_subscription_plan.py | ||
| 0012_add_duration_days_to_plan.py | ||
| __init__.py | ||