Commit Graph

19 Commits

Author SHA1 Message Date
Ümit Tunç cd34cc6412 feat: implement database schema discovery and data browser interface 2026-04-24 07:53:50 +03:00
Ümit Tunç 14abf1223f feat: implement App layout and server-side paginated DataGrid for table views 2026-04-24 07:49:05 +03:00
Ümit Tunç f546a0e20b feat: initialize frontend project structure with Material UI and DataGrid implementation 2026-04-24 07:45:40 +03:00
Ümit Tunç 914fd0affd feat: implement base application layout with NavigationRail and DevExtreme data grid integration 2026-04-24 07:39:06 +03:00
Ümit Tunç bf3d05ea97 feat: initialize backend database service architecture and implement frontend schema explorer components 2026-04-24 07:31:24 +03:00
Ümit Tunç ce67df1067 feat: implement dynamic database connection service with MySQL driver and API schema endpoints 2026-04-24 07:21:59 +03:00
Ümit Tunç 1a75c32469 feat: implement base landing page and initial React frontend layout with sidebar navigation 2026-04-24 07:18:19 +03:00
Ümit Tunç 83c159766e docs: create project README documentation 2026-04-24 07:14:50 +03:00
Ümit Tunç 49cf557f41 feat: initialize Mariavel project with Laravel backend API and React dashboard using DevExtreme DataGrid 2026-04-24 07:14:41 +03:00
Ümit Tunç 34f4d5b559 feat: implement custom MUI theme and integrate ThemeProvider into App shell 2026-04-24 07:11:48 +03:00
Ümit Tunç c89b56f4cb feat: implement global app state store and custom MUI theme configuration 2026-04-24 07:11:43 +03:00
Ümit Tunç a5f079da10 feat: initialize project backend with Sanctum authentication and setup base CSS styles 2026-04-24 07:11:20 +03:00
Ümit Tunç 76cd188ac0 feat: create DatabaseService to handle driver management and schema discovery operations 2026-04-24 07:10:56 +03:00
Ümit Tunç b604da5d13 feat: implement MySqlDriver to handle dynamic database connections and schema discovery 2026-04-24 07:10:49 +03:00
Ümit Tunç 323d4a9148 feat: initialize frontend project dependencies and implement MySQL dynamic database driver service 2026-04-24 07:10:45 +03:00
Ümit Tunç 42cd899c71 feat: define SchemaDiscoveryInterface for database schema inspection 2026-04-24 07:10:35 +03:00
Ümit Tunç 6706fe2313 feat: add DatabaseDriverInterface to define base database operations 2026-04-24 07:10:27 +03:00
Ümit Tunç f3d55a44a1 Please provide the specific code changes or a summary of the modifications you have made so I can generate the commit message for you. 2026-04-24 07:10:21 +03:00
Ümit Tunç 53a2461be6 first commit 2026-04-24 07:09:57 +03:00