11 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
3501d77289 docs: Update ROADMAP, README, and TESTING docs
- Mark query builder and index management as completed in ROADMAP
- Update README with new features (Query Builder, Index Manager)
- Add comprehensive test coverage documentation for new features
- Update test count summary (190 total tests)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 12:57:35 +00:00
copilot-swe-agent[bot]
ba38c1bf26 feat(constraints): Add PRIMARY KEY constraint support and enhance column management tests
- Add PRIMARY KEY to constraint types in features.json
- Update constraints API to handle PRIMARY KEY operations
- Add PRIMARY KEY to constraint listing query
- Add validation and tests for PRIMARY KEY constraints
- Add tests for DEFAULT value and NOT NULL in column management
- Update ROADMAP.md to mark PRIMARY KEY, DEFAULT, and NOT NULL as complete
- Update README.md with new constraint capabilities
- Update TESTING.md with comprehensive test coverage (105 total tests)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:29:19 +00:00
copilot-swe-agent[bot]
49210c7c5d Add E2E tests and update documentation for Constraint Manager UI
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 04:10:37 +00:00
copilot-swe-agent[bot]
42f58b94d7 docs: Update documentation for constraint management feature
- Update ROADMAP.md with constraint management progress
- Update README.md with constraint manager feature
- Update TESTING.md with constraint test coverage (93 total tests)
- Fix linting issues in constraints API and featureConfig
- All 40 unit tests passing

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 03:44:45 +00:00
copilot-swe-agent[bot]
c07ef4196e Add Table Manager and Column Manager UI to admin dashboard
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:53:50 +00:00
copilot-swe-agent[bot]
521db9e710 Document configuration-driven architecture in README and ROADMAP
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:31:38 +00:00
copilot-swe-agent[bot]
8edda16155 Add multi-database server support and clarify PostgreSQL as default
- Added Multi-Database Server Support section to ROADMAP
- Connection management with server dropdown selector
- Support for PostgreSQL, MySQL, and SQLite via DrizzleORM
- Updated README to clarify PostgreSQL 15 is included as default option
- Added documentation for connecting to external databases
- Enhanced security section with credential encryption
- Updated feature list to highlight multi-database flexibility

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:07:24 +00:00
copilot-swe-agent[bot]
3db1b45254 Enhance visual database designer feature in ROADMAP
- Expanded drag-and-drop table builder with detailed features
- Added visual relationship editor with connecting lines
- Included interactive ERD canvas with zoom, pan, and export
- Added schema templates and SQL generation
- Made visual designer a prominent standalone section

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:04:59 +00:00
copilot-swe-agent[bot]
240ed4d802 Simplify authentication approach in ROADMAP
- Changed from advanced authentication to simple username/password approach
- Added "Simple Authentication UI" section in short-term goals
- Replaced advanced auth features (OAuth, biometric, passwordless) with basic login/registration
- Focus on clean user/pass screen, registration, and password reset
- Updated completed features to reflect basic authentication system

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 02:00:49 +00:00
copilot-swe-agent[bot]
461c121fb5 Expand ROADMAP with detailed CRUD and database management features
- Added comprehensive Database CRUD Operations section in short-term goals
- Expanded Data Management with schema, table, column, and relationship management
- Added database administration tools including visual database builder
- Added schema version control and documentation features
- Removed SSO/SAML features (too complex to configure)
- Marked Docker PostgreSQL fix as completed

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:59:37 +00:00
copilot-swe-agent[bot]
0902346a7f Fix Docker build failure and improve documentation
- Fixed PostgreSQL database creation error by using ALTER DATABASE instead of createdb
- Rewrote README.md to be project-specific instead of generic boilerplate
- Created comprehensive ROADMAP.md with short, medium, and long-term plans
- Verified unit tests are working (7 tests passing)

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 01:54:40 +00:00