Commit Graph

64 Commits

Author SHA1 Message Date
Claude
e6c29f3bd4 Redesign webapp with minimal style and full backend integration
- New monochrome design system in globals.css (no shadows, tight spacing, system-font)
- Root layout stripped to html/body; home page owns its Header/Footer
- Dashboard fully wired to FastAPI backend: upload, branch, submission, publish, download
- CVTree rebuilt as compact file-tree component driven by real version data
- DiffViewer rebuilt as minimal git-diff display using real patch data
- API client (libs/api.ts) extended with all CRUD operations
- Header redesigned to match minimal style
- Backend: added GET /documents/{id}/versions/{id}/download endpoint for DOCX export

https://claude.ai/code/session_01Xmxm2QLgFBgRJyYD6VukR6
2026-04-02 18:12:25 +00:00
b57db1fe7b Transform webapp into Resume Branches - Git for CVs
Features:
- Complete CV version control system with branching and submission tracking
- Interactive tree visualization showing master resume, branches, and submissions
- Diff viewer for tracking changes between CV versions
- Professional landing page with Git for CVs messaging
- Modern dashboard with three-panel layout (tree, details, preview)
- ATS-safe design philosophy throughout
- Tailwind 4 configuration with professional design system

Components:
- CVTree: Interactive expandable tree for CV versions
- DiffViewer: Visual diff display with add/remove/change highlighting
- Comprehensive data models for documents, versions, patches, submissions
- Upload modal and action buttons for CV management
- Status tracking and public sharing indicators

Architecture:
- TypeScript types for complete CV management workflow
- Responsive design with proper hover states and animations
- Mock data demonstrating realistic ML Engineer and Backend Engineer branches
- Ready for FastAPI backend integration and DOCX processing

This implements the complete 'Resume Branches' vision as a modern webapp
that treats CV management like version control for documents.
2026-04-02 19:59:33 +02:00
5719b173f6 Fix worker Dockerfile to properly copy and install dlib 2026-04-02 19:40:59 +02:00
f532d43f1c Add python-multipart to dependencies for FastAPI file uploads 2026-04-02 19:37:17 +02:00
91aa073010 Fix dlib.storage imports to point to minio instead of deleted s3 2026-04-02 19:35:36 +02:00
cdbd4d537b Remove pytorch and tensorboard dependencies 2026-04-02 19:35:08 +02:00
ec1c99de1c Fix PYTHONPATH in backend Dockerfile so dlib resolves 2026-04-02 19:33:03 +02:00
f7e32d59cc Fix PublicAsset SQLAlchemy type annotation 2026-04-02 19:31:55 +02:00
400f344d89 Fix parent SQLAlchemy type annotation again 2026-04-02 19:30:43 +02:00
f4526c0123 Fix sqlalchemy mapped annotation type 2026-04-02 19:29:06 +02:00
4738e9f141 Fix .dockerignore allowing bun.lock and README.md 2026-04-02 19:23:55 +02:00
c441e53be4 Update docker-compose.yml for single service deployment with Dokploy Traefik 2026-04-02 19:19:10 +02:00
30cb18b55e Finish MVP and dockerize 2026-04-02 19:15:47 +02:00
Daniel Alves Rösel
90ad5e0260 Initial commit 2026-04-02 18:47:14 +02:00