feat(assignee-selector): enhance member invitation functionality and …#288
Merged
chamikaJ merged 15 commits intoWorklenz:imp/invite--improvementfrom Jul 25, 2025
Merged
Conversation
Fix/release v2.1.3
Fix/release v2.1.3
…nd related components - Added timezone handling in the getMemberTimeSheets method to ensure accurate date calculations based on user timezone. - Created ReportingControllerBaseWithTimezone to centralize timezone-related logic for reporting. - Introduced a migration to add a timezone column to the users table for better user experience. - Updated frontend API services and hooks to include user's timezone in requests. - Enhanced members time reports page to display time logs in the user's local timezone.
- Updated SQL queries in reporting controllers to join with the timezones table for accurate timezone retrieval. - Refactored ReportingMembersController to extend ReportingControllerBaseWithTimezone for centralized timezone logic. - Removed obsolete migration file that added a timezone column to the users table, as it is no longer needed.
…n ReportingMembersController - Introduced methods to calculate percentage, convert time formats, and determine date-related metrics such as days left, overdue status, and if a date is today. - Updated existing logic in getSingleMemberProjects to utilize the new utility methods for improved clarity and maintainability.
- Introduced multiple new indexes in the SQL schema to enhance query performance for tasks, including composite indexes for filtering and sorting. - Added indexes for various task-related entities such as assignees, phases, labels, comments, and attachments to improve data retrieval efficiency. - Implemented covering indexes to optimize task aggregation and search functionalities, ensuring faster access to frequently queried data.
feat(database): add performance indexes for optimized task queries
…timelog-timezone-fix
Imp/invite improvement
…integrate project manager checks - Added hooks for project manager status and authentication to manage member invitation visibility. - Refactored dropdown toggle logic for improved readability and performance. - Updated UI to conditionally render the invite member button based on user roles (admin or project manager). - Cleaned up code formatting for better consistency and maintainability.
…into test/invitation-process
…ate request - Updated the job title assignment in the member update request to use the value from the form field instead of a previously hardcoded variable.
…the selection list - Implemented logic to filter available members by excluding those already part of the current project. - Updated the member selection dropdown to display only non-invited members, enhancing the user experience during the invitation process.
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.
…integrate project manager checks