Skip to content

Add dashboard app - #4702

Draft
patrick91 wants to merge 2 commits into
mainfrom
2026-08-06-add-cross-inertia
Draft

Add dashboard app#4702
patrick91 wants to merge 2 commits into
mainfrom
2026-08-06-add-cross-inertia

Conversation

@patrick91

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Aug 6, 2026 1:20pm

@patrick91 patrick91 changed the title Add tailwind to dashboard Add dashboard app Aug 6, 2026
@claude

claude Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Adds an Inertia+React+Tailwind-based dashboard app to the backend (new dashboard Django app, Vite build pipeline, Docker/compose wiring).

  • backend-test.yml runs uv run pytest directly with no Node/pnpm setup and doesn't build the dashboard Vite bundle. DEBUG defaults to False in that environment (env(DEBUG=(bool, False)), not set in the workflow), and CROSS_INERTIA["MANIFEST_PATH"] points at assets/build/.vite/manifest.json, which will not exist there. Unless cross_inertia degrades gracefully without a manifest, the new tests in backend/dashboard/tests/test_views.py (and any other request to /dashboard) will fail in CI since the file is only produced by backend/Dockerfile's js-stage/pnpm build step, which this workflow doesn't run.
  • backend/dashboard/views.py's dashboard view has no authentication/permission check, so /dashboard is publicly reachable. Worth confirming this is intentional for this bootstrap PR and not an oversight for what's meant to be a staff-only dashboard.

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.44%. Comparing base (d249997) to head (69a281e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4702   +/-   ##
=======================================
  Coverage   92.43%   92.44%           
=======================================
  Files         355      358    +3     
  Lines       10719    10731   +12     
  Branches      818      818           
=======================================
+ Hits         9908     9920   +12     
  Misses        698      698           
  Partials      113      113           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant