Commit Graph

3 Commits

Author SHA1 Message Date
oscar d6a61b8499 feat: enhance OGB with components from Daemez
Day 1 Phase 1 Complete: Core Infrastructure

 Enhanced Header:
- Added CTA button (enabled by default, personal CTA text)
- Added Announcement Bar (dismissible, with type variants)
- Organized in tabs for better UX
- Localized fields for multilingual support

 Enhanced Footer:
- Added Social Links (LinkedIn, Twitter, GitHub, YouTube, etc.)
- Added EU Funding Logos (MANDATORY for Kit Digital grant)
- Added Personal Info (name, professional title, location, email, phone)
- Added Newsletter section (optional)
- Organized in tabs for better UX

 Enhanced Categories:
- Added description field (localized, for SEO)
- Added color field (hex color for UI badges)
- Added order field (custom sort)
- Added type field (project/post/skill categories)
- Added icon field for visual identification

 Localization:
- Configured EN/ES/CA (English, Spanish, Catalan)
- Default locale: English
- Fallback enabled

 Projects Collection:
- Portfolio showcase collection
- Content: heroImage, short/full description, problem/solution/results
- Technical: techStack, highlights
- Media: gallery, liveUrl, githubUrl, videoUrl, caseStudyUrl
- Metadata: client, year, duration, role, teamSize
- Categories relationship (filtered to project categories)
- Related projects relationship
- SEO plugin integration
- Draft/publish workflow with schedule
- Featured flag for homepage display

 Plugins Updated:
- Search plugin: now includes 'projects' collection
- Redirects plugin: now includes 'projects' collection

 Shared Components:
- Created /components/RowLabel.tsx (generic, reusable)

 TypeScript Types:
- Generated payload-types.ts for all new fields

All changes adapted for personal branding (not B2B corporate).
Ready for testing and content creation.
2025-11-18 08:05:01 +01:00
oscar 9842a7a0e3 feat: initial PayloadCMS 3.64.0 setup for OGB Solutions
- PayloadCMS 3.64.0 + Next.js 15.4.7 + React 19.1.0
- PostgreSQL database configured
- Plugins: form-builder, search, nested-docs, seo, redirects
- Basic collections: Pages, Posts, Categories, Media, Users
- Basic Header/Footer globals
- Ready for Kit Digital grant enhancements
2025-11-17 08:33:12 +01:00
oscar 461b659667 feat: initial commit 2025-11-16 18:10:34 +01:00