31 Commits

Author SHA1 Message Date
GwIhViEte
dc7cb1fc3f refactor: optimize pdf generation, download utils and i18n structure 2026-01-15 21:34:35 +08:00
GwIhViEte
ca3c0bd675 fix: stabilize pdf rendering and i18n for print/build 2026-01-15 16:49:20 +08:00
srbhr
aa144d03e6 feat(prompts): add prompt selection and configuration
- Created a custom dropdown component for selecting prompt options.
- Implemented prompt configuration endpoints in the backend.
- Added new prompt templates for resume improvement with different tailoring intensities.
- Updated frontend settings and tailor pages to utilize the new prompt configuration.
- Enhanced internationalization support for prompt options in multiple languages.
2026-01-15 01:21:28 +05:30
srbhr
b23d00b41a fix(settings): OpenRouter test connection uses form values instead of saved config
Previously, clicking "Test Connection" after selecting OpenRouter and entering
an API key would fail with "Provider: openai | Model: gpt-4o-mini | API key not
configured" because the test endpoint only read from saved config, not the form.

Changes:
- Backend: /llm-test endpoint now accepts optional request body with config values
- Frontend: testLlmConnection() sends current form values to backend
- Frontend: Settings page passes provider, model, api_key, api_base to test
- Backend: Fix OpenRouter model prefix - always prepend "openrouter/" for proper
  LiteLLM format (e.g., "anthropic/claude-3.5-sonnet" → "openrouter/anthropic/claude-3.5-sonnet")

Closes RES-199

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 16:52:12 +05:30
srbhr
193436a2f8 feat(api, database): add delete and reset features
- Implement endpoint to delete all API keys with confirmation.
- Add endpoint to reset the database with confirmation.
- Introduce ResetDatabaseRequest schema for request validation.
- Update frontend API calls to include confirmation tokens.
2026-01-06 22:27:28 +05:30
srbhr
3b53f6c20b feat(config, database, settings): add API key and database reset features
- Implemented clear_all_api_keys function to remove all API keys from the config.
- Added reset_database function to truncate all tables and clear uploads.
- Created API endpoints for clearing API keys and resetting the database.
- Enhanced settings page with options to clear API keys and reset the database, including confirmation dialogs.
- Updated translations for new features in multiple languages.
2026-01-06 21:44:35 +05:30
srbhr
481d2a349e feat(resume): add modern two-column template with accent color
- Introduced a new 'modern-two-column' template option for resumes.
- Enhanced PDF generation to accept an accent color parameter.
- Updated existing templates to support the new layout and styling.
- Added styles for the modern two-column layout, including responsive design elements.
- Improved type definitions and template settings to include the new template.
2026-01-06 16:43:51 +05:30
srbhr
5873b7b3b6 feat(dependencies): add Tiptap extensions and dompurify
- Added @tiptap/extension-link, @tiptap/extension-underline, @tiptap/react, and @tiptap/starter-kit for enhanced text editing capabilities.
- Included @types/dompurify for TypeScript support.
- Updated dompurify to the latest version for improved security and performance.
2026-01-06 12:02:10 +05:30
srbhr
d8a568efdb Refactor: Apply consistent code formatting across frontend 2026-01-06 01:15:10 +05:30
srbhr
b07e42e2da feat(resume): add JD comparison and highlighting features
- Introduced HighlightedResumeView to display resumes with matching keywords highlighted.
- Added JDComparisonView for side-by-side comparison of job descriptions and resumes.
- Implemented JDDisplay for read-only job description display.
- Enhanced keyword extraction and matching utilities for better JD-resume analysis.
- Updated ResumeBuilder to fetch job descriptions and integrate JD match analysis.
- Improved UI for previewing enhancements in the enrichment step.
- Added documentation for Docker and Ollama setup.
2025-12-31 19:29:15 +05:30
srbhr
9fdd4a3eb4 feat: implement AI-powered resume enrichment feature
- Add Pydantic models for enrichment items, questions, and responses in backend schema.
- Create frontend components for the enrichment modal, including steps for analyzing, generating, and applying enhancements.
- Implement a custom hook for managing the enrichment wizard state using useReducer.
- Integrate API functions for analyzing resumes, generating enhancements, and applying changes.
- Document architectural decisions and component structure for the enrichment feature.
2025-12-30 17:55:07 +05:30
srbhr
253c1041ae feat(api-keys): implement API key management with storage and retrieval functionality 2025-12-30 17:10:31 +05:30
srbhr
9a222cf383 feat(frontend): add API functions for on-demand content generation
- Add parent_id to ResumeResponse interface
- Add generateCoverLetter() function to call new endpoint
- Add generateOutreachMessage() function to call new endpoint

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 16:44:59 +05:30
srbhr
34c2937c14 feat: enhance resume customization with body font selection and spacing adjustments
- Added support for body font selection in resume settings, allowing users to choose between serif, sans-serif, and mono fonts.
- Updated the compact mode functionality to apply a 0.6x spacing multiplier, ensuring consistent layout while maintaining margins.
- Enhanced CSS styles to incorporate new body font settings and improve overall typography in resume templates.
- Introduced an "Effective Output" summary in formatting controls to display adjustments for margins, spacing, and typography settings.
2025-12-29 21:10:01 +05:30
srbhr
704a38ab47 feat: remove PowerShell setup script and enhance resume PDF generation options
- Deleted the Windows-only PowerShell setup script to streamline project setup.
- Added new parameters for resume PDF generation, including header font selection, compact mode, and contact icon visibility.
- Updated backend and frontend components to support the new PDF generation options, improving customization for users.
- Enhanced CSS styles for better layout and spacing in resume templates.
2025-12-29 19:38:39 +05:30
srbhr
dac699f1cd feat: implement language settings and internationalization support
- Added new language configuration endpoints for managing UI and content languages.
- Introduced a LanguageProvider to manage language state across the application.
- Enhanced resume and cover letter generation to support multiple languages.
- Updated frontend components to utilize translations and language settings.
- Expanded documentation to include details on language configuration and usage.
2025-12-29 19:10:05 +05:30
srbhr
6f7fe141b8 feat: add cover letter and outreach message features to resume management
- Introduced functionality to generate and update cover letters and outreach messages for resumes.
- Enhanced the resume schema to include fields for cover letter and outreach message content.
- Implemented new API endpoints for updating cover letters and outreach messages.
- Added UI components for editing and previewing cover letters and outreach messages in the Resume Builder.
- Updated feature configuration settings to enable or disable cover letter and outreach message generation.
- Enhanced documentation to reflect new features and usage instructions for cover letter and outreach message functionalities.
2025-12-27 02:18:08 +05:30
srbhr
0795be62ca feat: enhance resume management and API integration
- Introduced a centralized API client for streamlined API interactions, improving maintainability and consistency across the application.
- Updated various components to utilize the new API client, including resume upload and fetching functionalities.
- Enhanced the Settings page to load system status on demand, reducing unnecessary API calls.
- Implemented a new WYSIWYG paginated preview system, improving user experience with accurate PDF layout representation.
- Documented recent changes and new components in the style guide.
2025-12-27 00:11:04 +05:30
srbhr
3bfa328f50 feat: implement resume deletion and template customization features
- Added `db.delete_resume` and `db.list_resumes` methods to manage resume data.
- Introduced `db.set_master_resume` for setting a master resume.
- Enhanced API with a new DELETE endpoint for resumes, including error handling and success messages.
- Updated frontend to support resume deletion with confirmation dialogs and success notifications.
- Implemented template selection and formatting controls in the Resume Builder, allowing users to customize margins, spacing, and font sizes.
- Added two new resume templates: Swiss Single-Column and Swiss Two-Column, with corresponding UI components.
- Updated documentation to reflect new features and usage instructions for the resume template system.
2025-12-26 22:38:01 +05:30
srbhr
569417f462 feat: implement PDF download functionality for resumes using headless Chromium 2025-12-25 02:52:20 +05:30
srbhr
0040ebda03 feat: add update resume endpoint and enhance print styles for PDF export 2025-12-25 01:17:30 +05:30
srbhr
ba445992ae feat: add endpoint to list resumes and update related documentation 2025-12-24 23:38:30 +05:30
srbhr
c199f0f7d5 feat: add resume processing status tracking and improve LLM reliability
- Add processing_status field to track resume parsing state (pending, processing, ready, failed)
- Improve LLM prompts with concrete JSON examples for better free model compatibility
- Fix JSON extraction to handle responses without outer braces
- Add Swiss-themed delete confirmation dialog component
- Fix stale localStorage when database is deleted (auto-clear on 404)
- Update dashboard to show real-time processing status with visual indicators
- Update resume viewer with contextual error messages for different states
- Remove on-demand LLM parsing that caused repeated failures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 04:01:00 +05:30
srbhr
8918bd3f13 docs: add installation guide and remove outdated setup documents
- Introduced a comprehensive installation guide (INSTALL.md) for setting up Resume Matcher for local development, detailing prerequisites, quick start instructions, and CORS configuration.
- Removed outdated setup documents (SETUP.md and SETUP.es.md) to streamline the documentation and avoid confusion.
- Updated README.md to reflect new features and improvements, including multi-provider LLM support and enhanced resume tailoring capabilities.
2025-12-24 02:49:34 +05:30
srbhr
6619e820d7 fix: align backend schemas with frontend component expectations
- Update PersonalInfo: fullName → name
- Update Experience: role → title, startYear/endYear → years, descriptions → description
- Update Project: startYear/endYear → years, descriptions → description
- Update AdditionalInfo: skills → technicalSkills, certifications → certificationsTraining
- Add id fields to Experience, Education, and Project models
- Update LLM prompt schema to match new field names
- Fix Resume Viewer to prioritize processed_resume over raw_resume
- Update frontend ResumeResponse interface to match backend

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 02:06:26 +05:30
srbhr
02d20491b0 feat(frontend): enhance settings page with full system status
Settings page now shows:
- System status panel with LLM health, database connection
- Database stats: resumes, jobs, improvements count
- Master resume configuration status
- Multi-provider LLM selection (OpenAI, Anthropic, OpenRouter, Gemini, DeepSeek, Ollama)
- Model configuration with provider defaults
- API key input (disabled for Ollama)
- Ollama server URL configuration
- Test connection button with health check results
- Refresh status button

API client updates:
- fetchLlmConfig() for full configuration
- updateLlmConfig() with partial updates
- fetchSystemStatus() for system health
- testLlmConnection() for provider validation
- PROVIDER_INFO with defaults and metadata

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 01:50:12 +05:30
srbhr
655dd30549 feat: add frontend API contract and workflow documentation
- Introduced a new document defining the API contract between the Next.js frontend and FastAPI backend for the Resume Matcher application.
- Added a detailed workflow documentation outlining user interactions and core processes, including resume initialization, viewing, tailoring, and building.
- Updated AGENTS.md to reference the new documentation files for better project structure clarity.
2025-12-24 01:10:51 +05:30
tdelavy
37c96f7767 Use default API base URL on frontend pages 2025-10-27 21:40:57 +01:00
tdelavy
d37c7f158b Describe the changes you made 2025-10-27 20:32:54 +01:00
Rahul Veer Singh
da495b31fd optimisations 2025-06-07 16:40:18 +00:00
Rahul Veer Singh
cab845e525 Resume dashboard Previewer Wiring 2025-05-28 15:23:55 +00:00