Commit Graph

3 Commits

Author SHA1 Message Date
boladeE 932f76b603 refactor: Transition to SQLAlchemy for database management
- Replaced SQLite direct connections with SQLAlchemy ORM for better abstraction and maintainability.
- Introduced new database models for 'Analysis' and 'Metadata' with appropriate fields.
- Enhanced database initialization and session management.
- Updated methods for saving, retrieving, and deleting analysis and metadata records to use SQLAlchemy sessions.
2025-04-23 14:27:15 +01:00
boladeE c4145977dd feat: Enhance document processing and analysis features
- Added support for processing DOCX files and extracting content.
- Updated database schema to include a combined 'issues_and_recommendations' field.
- Improved error handling during document uploads and analysis.
- Modified the analysis display to show issues and recommendations in a structured format.
- Adjusted API call parameters for better performance and error management.
2025-04-22 12:07:11 +01:00
boladeE b0ec64b883 feat: Initial SCP project setup with AI-powered document compliance tools 2025-04-21 22:49:29 +01:00