-
-
Notifications
You must be signed in to change notification settings - Fork 818
[16.0][ADD] project_task_code_portal: use task code #1444
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
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] project_task_code_portal: use task code #1444
Conversation
1225ccb
to
fced220
Compare
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.
LGTM
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.
LGTM
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.
functional LGTM
This module adds task code visibility in the portal interface, allowing customers to see and search tasks by their codes. - Added task code display in portal views - Implemented search by task code functionality - Added proper access validation Task: 3241
bf4b465
to
401720b
Compare
f2c4c95
to
8ac5c0f
Compare
Add test coverage for portal task report generation and project sharing functionality: - Add test for HTML report generation through portal - Add test for project sharing view with task code display - Cover missing lines in portal controller Task: 3241
8ac5c0f
to
f11ba91
Compare
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.
LGTM
Task codes offer improved clarity for backend users. However, portal users
currently see task IDs instead of human-readable task codes, which can be
confusing and lead to potential issues. This update replaces task IDs with
task codes in the portal interface (both list and detail views) and updates
the search functionality accordingly.
Task: 3241