Merged
Conversation
## Summary Centralizes portfolio configuration into modular JSON files, replaces placeholder projects with real GitHub repositories, and cleans up legacy embedded arrays from the monolithic config.json. ## Changes ### Configuration Refactor - **src/lib/config.json**: Removed embedded 'projects' and 'experience' arrays; now contains only site-level settings (hero, social, resume, navLinks, customDomain, contactWorkerUrl, contactFallback) - **src/lib/config.js**: Remains the unified entry point, importing from modular config files and re-exporting a merged config object - **src/pages/projects/[slug].astro**: Updated import from config.json to config.js so getStaticPaths() uses projects.config.json ### Projects Update - **src/lib/config/projects.config.json**: Replaced placeholder 'ML Dashboard' with real 'AIRES: AI Resume Screening System' project; added new 'Diabetes Risk Prediction Chatbot' project - Added new architecture diagram images: - AiRes-AiResumeScreener-Architecture-Diagram.svg - Diabetes-Risk-Predection-Architecture-Diagram.svg - Removed placeholder images (dataflow-engine.svg, ml-dashboard.svg) ### Validation Script - **scripts/validate-projects.js**: Updated config path to read from src/lib/config/projects.config.json instead of legacy config.json ### About Config - **src/lib/config/about.config.json**: Reordered certifications (Star of the Quarter now listed first) ### Version Bump - **package.json**: Version updated to 1.1.0 ## File Changes - Modified: package.json, src/lib/config.json, src/lib/config.js, src/lib/config/projects.config.json, src/lib/config/about.config.json, src/pages/projects/[slug].astro, scripts/validate-projects.js - Added: 2 new architecture diagram SVGs - Deleted: 2 placeholder project SVGs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated promotion PR from dev to qa (build: 3e4d9c1)