Skip to content

[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

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Conversation

halbtonjazz
Copy link

@halbtonjazz halbtonjazz commented Feb 27, 2025

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

@halbtonjazz halbtonjazz changed the title [16][ADD] project_task_code_portal module: Implement task code visibility… [16][ADD] project_task_code_portal: use task code Feb 28, 2025
@halbtonjazz halbtonjazz force-pushed the 16.0-t3241-project_task_code_portal-add_module branch from 1225ccb to fced220 Compare February 28, 2025 08:12
@halbtonjazz halbtonjazz changed the title [16][ADD] project_task_code_portal: use task code [16.0][ADD] project_task_code_portal: use task code Feb 28, 2025
Copy link
Member

@GabbasovDinar GabbasovDinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@halbtonjazz halbtonjazz requested a review from coleste March 6, 2025 17:21
Copy link

@coleste coleste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@BlazejewskaA BlazejewskaA left a 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
@halbtonjazz halbtonjazz force-pushed the 16.0-t3241-project_task_code_portal-add_module branch from bf4b465 to 401720b Compare April 4, 2025 18:30
@halbtonjazz halbtonjazz force-pushed the 16.0-t3241-project_task_code_portal-add_module branch 6 times, most recently from f2c4c95 to 8ac5c0f Compare April 21, 2025 16:30
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
@halbtonjazz halbtonjazz force-pushed the 16.0-t3241-project_task_code_portal-add_module branch from 8ac5c0f to f11ba91 Compare April 22, 2025 10:02
Copy link
Member

@marcelsavegnago marcelsavegnago left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants