32 lines
1.8 KiB
Text
32 lines
1.8 KiB
Text
BP_WB Version 0.0.0.003
|
|
Date: December 21, 2025
|
|
|
|
=== Latest Changes ===
|
|
- [FEATURE] Added deployment script and sidebar integration
|
|
- Created deploy_wb.bat script in D:\dev\projects\BOSA\apps\ for easy deployment
|
|
- Added sidebar configuration to manifest.yaml for Super Admin link
|
|
- Created sidebar.json configuration file for BOSA sidebar integration
|
|
- Added sidebar link positioned after "Themes" for Super Admin role only
|
|
- Created deployment documentation (docs/DEPLOYMENT.md)
|
|
- Created BOSA sidebar integration guide (docs/BOSA_SIDEBAR_INTEGRATION.md)
|
|
- Deployment script builds frontend, copies files, and installs dependencies
|
|
- [FIX] Removed direct database operations - now using BOSA SDK only
|
|
- Removed better-sqlite3 dependency from package.json
|
|
- Updated backend/api/pages.ts to use BOSA SDK (bosa.db.query) instead of direct SQL
|
|
- Updated server.js to initialize BOSA SDK properly
|
|
- Updated tests to mock BOSA SDK instead of using direct database
|
|
- All database operations now go through BOSA SDK as required by constitution
|
|
- Added proper error logging using bosa.log methods
|
|
- [SETUP] Initial project structure and configuration
|
|
- Created manifest.yaml with Node.js runtime configuration
|
|
- Set up package.json with React, TypeScript, Vite, and build tools
|
|
- Created TypeScript configuration (tsconfig.json)
|
|
- Set up Vite build configuration
|
|
- Created ESLint and Prettier configuration files
|
|
- Created complete directory structure (frontend, backend, migrations)
|
|
- Created initial database schema migration (001_initial_schema.sql)
|
|
- Set up Express server with route handlers (server.js)
|
|
- Created frontend entry point (index.html, main.tsx)
|
|
- Created Linear issues document with all 71 features (WB-001 to WB-071)
|
|
- Initialized git repository and pushed to GitHub
|
|
|