Commit Graph

13 Commits

Author SHA1 Message Date
Ü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