-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture improvements & refactors #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1b53871
refactor: extract order business logic from API routes into service l…
Xitee1 e4ac0d9
refactor: extract shared utilities for API error handling and formatting
Xitee1 e4a90f3
refactor: replace blocking imaplib with async aioimaplib in route han…
Xitee1 c9c1b0c
refactor: extract shared IMAP watch loop logic into imap_watch_loop.py
Xitee1 caf1c69
refactor: decouple core pipeline from LLM analyser module
Xitee1 42546ff
refactor: rename email-specific types to generic, add multi-analyser …
Xitee1 e5414e4
refactor: add global exception handlers, sanitize error responses
Xitee1 e2cfe4b
refactor: pass DB session to is_configured hook, eliminate redundant …
Xitee1 2128b94
Add warning for webhook module
Xitee1 d11adfe
fix: use Vue Router for all navigation, fix login error message not s…
Xitee1 f026bcd
fix: translate login error message, add language switcher to login page
Xitee1 315a394
Add admin CLI for user management and password reset
Xitee1 74b3f88
Merge branch 'main' into code-quality-improvements
Xitee1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description says to "only analyze the backend" and to "exclude tests", but this PR includes substantial frontend changes (
frontend/src/...) and multiple backend test updates (backend/tests/...). Please align the PR scope/description with the actual changes (or split frontend/test changes into separate PRs) so reviewers can apply the intended review criteria.