Commit Graph
9 Commits
Author SHA1 Message Date
poyrazavsever 83379a5edc feat: add AI-powered finance and project risk analysis features with pgvector support for RAG embeddings 2026-06-06 21:47:50 +03:00
poyrazavsever 21af4b7a62 feat: implement Business OS modules for proposals, invoices, and subscriptions with database schema and UI components 2026-06-06 21:17:36 +03:00
poyrazavsever 49045f3fac feat: add Docker support, local database seeding, and production configuration 2026-06-06 20:45:55 +03:00
Poyraz Avsever 35dd88b5af feat: implement project management features with cover images and planning sections
- Add ProjectsClient component for managing projects with a grid and list view.
- Introduce project cover image functionality and related fields in the database.
- Create a new table for project planning sections with RLS policies for user access.
- Update global styles for scrollbar customization.
- Enhance Next.js configuration for server actions with increased body size limit.
- Document new database migration for project planning assets.
2026-06-04 15:45:51 +03:00
Poyraz Avsever b6b6f4fc32 feat: update roadmap with Poyraz UI design system; enhance database schema for safety and idempotency; add usage guide for Poyraz UI; include new images and remove outdated logo 2026-06-02 12:20:42 +03:00
Poyraz Avsever c0d25a87e8 feat: add core database schema and demo seed data for Freelancer OS MVP 2026-06-01 11:51:43 +03:00
Poyraz Avsever 53a225594a feat: enhance roadmap with detailed tasks and acceptance criteria; update database documentation and query management 2026-06-01 11:43:37 +03:00
Poyraz Avsever 904375ea5c feat: implement Supabase database schema and core authentication flow with registration and login pages 2026-05-07 11:11:15 +03:00
Poyraz AvseverandCopilot c73bf0e499 feat: add form components and UI elements for enhanced user interaction
- Introduced Form, FormField, FormItem, FormLabel, FormControl, FormDescription, FormMessage components for structured form handling.
- Added Input, Textarea, and Select components for user input.
- Implemented Label and Separator components for better UI organization.
- Created Skeleton component for loading states.
- Developed Toast and Toaster components for user notifications.
- Integrated useToast hook for managing toast notifications.
- Established AI analysis functionality with analyzeJournalWithLocalAI.
- Set up Dexie for local database management with Journal and Task models.
- Configured Supabase client for server-side and browser-side interactions.
- Defined database schema for journals, tasks, chat sessions, and messages with Row Level Security policies.

Co-authored-by: Copilot <copilot@github.com>
2026-05-06 16:20:14 +03:00