Feature/recomendations#9
Merged
Merged
Conversation
…suggestions - Added a new `recommendations` table to store personalized suggestions for users, including types, priorities, and actionable items. - Implemented a `recommendations_enabled` column in the `users` table to control feature access. - Developed services for generating recommendations based on spending analysis, goal optimization, debt reminders, and more. - Created DTOs for handling recommendation data and integrated AI-driven insights for actionable suggestions. - Enhanced the database schema and updated snapshots to reflect the new structure and relationships.
- Added the `openai` package to `package.json` for improved AI capabilities. - Updated TypeScript configuration to include path mapping for easier imports. - Integrated a new daily recommendations job in the application to provide users with personalized suggestions. - Enhanced the notification repository to ensure notifications are created with a default unread status and improved query readability.
- Updated the cron job to run daily at 8 AM (America/Bogota) instead of every 2 minutes. - Added a mechanism to prevent concurrent executions of the job. - Improved logic for recalculating contribution amounts and sending notifications for inactive goals. - Refactored notification handling to avoid duplicate suggestions within a 24-hour period. - Cleaned up code for better readability and maintainability.
… Drizzle database migration, and update bun dependencies.
…d add Drizzle support for test database URLs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.