forked from open-osp/Open-O
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Inbox upgrade #3
Open
lacarmen
wants to merge
137
commits into
main
Choose a base branch
from
feature/inbox-final
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
*Added the three main objects for the multi-sort. Include DOC, LAB, HRM. These can have multiple selected at the same time. *Can be viewed by navigating to /oscar/web/inboxhub/InboxManager.do?method=displayInboxForm
* Sorted all null or empty values to bottom to be more in line with previous inbox.
*Split up new inbox files. *Added document counts for docs, labs, unmatched, abnormal, normal. *Added date search using jQuery DatePicker
* Changed code formatting & css. * Removed css on forward modal. * Added new inbox to the main menu.
…existing DastabTable-1.13.4 that is in master branch alrealdy.
…er resizing winddow
ctrl + click is not open the popup of new tab in firefox browser
@sourcery-ai review |
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.
Hey @lacarmen - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider standardizing on modern UI frameworks rather than mixing jQuery with Bootstrap 5. This will improve maintainability and reduce technical debt.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…is open, the user cannot refresh it from another document.
…n per entry within each paginated set of 20 results.
…M count is greater than 0
cbc959c
to
3676c47
Compare
3676c47
to
a0097c1
Compare
lacarmen
pushed a commit
that referenced
this pull request
Jan 15, 2025
Added development-drugref.sql
…box and add the Label column
…dth` as optional parameters, with default values of 700 and 1215 respectively.
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.
Summary by Sourcery
Upgrade the inbox system by introducing the Inboxhub feature, which provides enhanced filtering and viewing capabilities for inbox items. Improve the UI of the provider selection form and refactor HRM document count logic to support abnormal status filtering. Update user-facing documentation in multiple languages to reflect these changes.
New Features:
Enhancements:
Documentation: